Home
last modified time | relevance | path

Searched refs:SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_ops.c588 slapi_pblock_get( pb, SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES, &head ); in slapi_int_search_entry_callback()
610 slapi_pblock_set( pb, SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES, (void *)tp ); in slapi_int_search_entry_callback()
Dslapi_pblock.c224 case SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES: in pblock_get_param_class()
Dslapi_utils.c2024 slapi_pblock_get( pb, SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES, &entries ); in slapi_free_search_results_internal()
/netbsd/src/external/bsd/openldap/dist/include/
Dslapi-plugin.h562 #define SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES 16 macro