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

/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dsearch.c50 static int put_simple_filter(BerElement *ber, char *str);
60 static int put_simple_filter();
445 if (put_simple_filter(ber, str) == -1)
476 if (put_simple_filter(ber, str) == -1) {
523 put_simple_filter(BerElement *ber, char *str) function
532 "put_simple_filter \"%s\"\n"), str, 0, 0);
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c58 static int put_simple_filter( BerElement *ber, char *str );
541 if ( put_simple_filter( ber, str ) == -1 ) {
568 if ( put_simple_filter( ber, str ) == -1 ) {
667 put_simple_filter( BerElement *ber, char *str ) function
676 LDAPDebug( LDAP_DEBUG_TRACE, "put_simple_filter \"%s\"\n", str, 0, 0 );

Completed in 38 milliseconds