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

  /src/external/bsd/openldap/dist/servers/slapd/
oc.c 406 char **names = oc->soc_names;
552 if ( new_soc->soc_names ) {
555 if ( soc->soc_names == NULL ) {
559 for ( i = 0; new_soc->soc_names[ i ]; i++ ) {
560 if ( soc->soc_names[ i ] == NULL ) {
564 if ( strcasecmp( soc->soc_names[ i ],
565 new_soc->soc_names[ i ] ) != 0 )
571 if ( soc->soc_names != NULL ) {
649 if ( (names = soc->soc_names) ) {
671 while ( names > soc->soc_names ) {
    [all...]
slap.h 780 #define soc_names soc_oclass.oc_names macro

Completed in 17 milliseconds