Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dplugin.c165 pTmpPB = SLAPI_BACKEND_PBLOCK( be ); in slapi_int_register_plugin_index()
167 SLAPI_BACKEND_PBLOCK( be ) = pPB; in slapi_int_register_plugin_index()
231 pCurrentPB = SLAPI_BACKEND_PBLOCK( be ); in slapi_int_get_plugins()
260 pCurrentPB = SLAPI_BACKEND_PBLOCK( be ); in slapi_int_get_plugins()
766 pTmpPB = SLAPI_BACKEND_PBLOCK( be ); in slapi_int_unregister_plugins()
782 SLAPI_BACKEND_PBLOCK( be ) = pSavePB; in slapi_int_unregister_plugins()
812 for ( pp = SLAPI_BACKEND_PBLOCK( be ); in slapi_int_plugin_unparse()
H A Dslapi.h50 #define SLAPI_BACKEND_PBLOCK(_be) ((_be)->be_pb) macro
H A Dslapi_pblock.c1417 *pb = SLAPI_BACKEND_PBLOCK( be ); in slapi_int_pblock_get_first()