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

  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 163 LDAP_BACK_CONN_TAINTED( mc ) ? " tainted" : "",
1126 assert( !LDAP_BACK_CONN_TAINTED( mc ) );
1389 assert( !LDAP_BACK_CONN_TAINTED( mc ) );
1731 if ( LDAP_BACK_CONN_TAINTED( mc ) || !LDAP_BACK_CONN_CACHED( mc ) ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 178 assert( LDAP_BACK_CONN_TAINTED( lc ) );
186 assert( !LDAP_BACK_CONN_TAINTED( lc ) );
193 assert( LDAP_BACK_CONN_TAINTED( lc ) || tmplc == lc );
1175 if ( LDAP_BACK_CONN_TAINTED( lc ) ) {
3122 if ( !LDAP_BACK_CONN_TAINTED( lc ) ) {
3152 if ( !LDAP_BACK_CONN_TAINTED( lc ) ) {
back-ldap.h 162 #define LDAP_BACK_CONN_TAINTED(lc) LDAP_BACK_CONN_ISSET((lc), LDAP_BACK_FCONN_TAINTED)

Completed in 24 milliseconds