Home
last modified time | relevance | path

Searched refs:SLAPI_X_INTOP_RESULT_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi.h191 #define SLAPI_X_INTOP_RESULT_CALLBACK 1402 macro
H A Dslapi_ops.c79 slapi_pblock_get( pb, SLAPI_X_INTOP_RESULT_CALLBACK, (void **)&prc ); in slapi_int_result()
645 slapi_pblock_set( pb, SLAPI_X_INTOP_RESULT_CALLBACK, (void *)prc ); in slapi_search_internal_callback_pb()
673 slapi_pblock_delete_param( pb, SLAPI_X_INTOP_RESULT_CALLBACK ); in slapi_search_internal_callback_pb()
H A Dslapi_pblock.c209 case SLAPI_X_INTOP_RESULT_CALLBACK: in pblock_get_param_class()