Searched refs:DESC_CHAR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschemaparse.c86 if( !DESC_CHAR( descr[i] ) ) {
H A Dslap.h185 #define DESC_CHAR(c) ( ASCII_ALNUM(c) || (c) == '-' ) macro
191 #define ATTR_CHAR(c) ( DESC_CHAR((c)) || OID_SEPARATOR(c) )
H A Dad.c1204 if ( !DESC_CHAR( name[optlen] ) ) {
H A Dschema_prep.c50 while( DESC_CHAR( val.bv_val[0] ) ) {

Completed in 146 milliseconds