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

  /src/external/bsd/openldap/dist/servers/slapd/
abandon.c 65 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) {
66 Debug( LDAP_DEBUG_ANY, "%s do_abandon: get_ctrls failed\n",
delete.c 64 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
65 Debug( LDAP_DEBUG_ANY, "%s do_delete: get_ctrls failed\n",
bind.c 152 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
153 Debug( LDAP_DEBUG_ANY, "%s do_bind: get_ctrls failed\n",
compare.c 84 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
85 Debug( LDAP_DEBUG_ANY, "%s do_compare: get_ctrls failed\n",
extended.c 157 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
158 Debug( LDAP_DEBUG_ANY, "%s do_extended: get_ctrls failed\n",
search.c 199 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
200 Debug( LDAP_DEBUG_ANY, "%s do_search: get_ctrls failed\n",
add.c 132 if ( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
133 Debug( LDAP_DEBUG_ANY, "%s do_add: get_ctrls failed\n",
modrdn.c 134 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
135 Debug( LDAP_DEBUG_ANY, "%s do_modrdn: get_ctrls failed\n",
137 /* get_ctrls has sent results. Now clean up. */
modify.c 94 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
95 Debug( LDAP_DEBUG_ANY, "%s do_modify: get_ctrls failed\n",
97 /* get_ctrls has sent results. Now clean up. */
controls.c 768 get_ctrls( function
817 "=> get_ctrls\n" );
875 Debug( LDAP_DEBUG_TRACE, "=> get_ctrls: get oid failed.\n" );
885 "get_ctrls: conn %lu got empty OID.\n",
902 Debug( LDAP_DEBUG_TRACE, "=> get_ctrls: get crit failed.\n" );
918 Debug( LDAP_DEBUG_TRACE, "=> get_ctrls: conn %lu: "
931 "=> get_ctrls: oid=\"%s\" (%scritical)\n",
945 "<= get_ctrls: n=%d rc=%d err=\"%s\"\n",
proto-slap.h 656 LDAP_SLAPD_F (int) get_ctrls LDAP_P((

Completed in 22 milliseconds