Searched refs:soc_names (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Doc.c401 char **names = oc->soc_names;
545 if ( new_soc->soc_names ) {
548 if ( soc->soc_names == NULL ) {
552 for ( i = 0; new_soc->soc_names[ i ]; i++ ) {
553 if ( soc->soc_names[ i ] == NULL ) {
557 if ( strcasecmp( soc->soc_names[ i ],
558 new_soc->soc_names[ i ] ) != 0 )
564 if ( soc->soc_names != NULL ) {
642 if ( (names = soc->soc_names) ) {
664 while ( names > soc->soc_names ) {
[all...]
H A Dslap.h781 #define soc_names soc_oclass.oc_names macro

Completed in 74 milliseconds