Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmodule.c343 SLAP_EXTOP_GETOID_FN *ext_getoid; in load_extop_module() local
352 ext_getoid = module_resolve(module, "ext_getoid"); in load_extop_module()
353 if (ext_getoid == NULL) { in load_extop_module()
357 rc = (ext_getoid)(0, &oid, 256); in load_extop_module()