Searched refs:ASCII_HEX (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema_init.c2859 if( !ASCII_HEX( in->bv_val[i]) ) {
2899 if( !ASCII_HEX( in->bv_val[i]) ) {
3138 if ( !ASCII_HEX( out->bv_val[out->bv_len] ) ) break;
3148 if ( !ASCII_HEX( out->bv_val[out->bv_len] ) ) break;
4887 if ( !ASCII_HEX( in->bv_val[ i ] ) ) {
4914 if ( !ASCII_HEX( normalized->bv_val[ i ] ) ) {
H A Dslap.h162 #define ASCII_HEX(c) ( ASCII_DIGIT(c) || \ macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c1165 if ( !ASCII_HEX( val.bv_val[ i ] ) ) {

Completed in 100 milliseconds