HomeSort by: relevance | last modified time | path
    Searched refs:index_substr_any_len (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 210 unsigned int index_substr_any_len = SLAP_INDEX_SUBSTR_ANY_LEN_DEFAULT; variable
963 if( values[i].bv_len >= index_substr_any_len ) {
964 nkeys += values[i].bv_len - (index_substr_any_len - 1);
998 ( values[i].bv_len >= index_substr_any_len ) )
1000 max = values[i].bv_len - (index_substr_any_len - 1);
1005 index_substr_any_len );
1083 if( sa->sa_any[i].bv_len >= index_substr_any_len ) {
1086 ( index_substr_any_len - 1 );
1137 for ( j=index_substr_if_maxlen-1; j <= value->bv_len - index_substr_any_len; j+=index_substr_any_step )
1140 (unsigned char *)&value->bv_val[j], index_substr_any_len );
    [all...]
proto-slap.h 2086 LDAP_SLAPD_V (unsigned int) index_substr_any_len;
bconfig.c 436 { "index_substr_any_len", "len", 2, 2, 0, ARG_UINT|ARG_NONZERO,
437 &index_substr_any_len, "( OLcfgGlAt:22 NAME 'olcIndexSubstrAnyLen' "

Completed in 21 milliseconds