Searched refs:module_load (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmodule.c120 int module_load(const char* file_name, int argc, char *argv[]) function
134 Debug( LDAP_DEBUG_ANY, "module_load: (%s) already loaded\n",
147 Debug( LDAP_DEBUG_CONFIG, "module_load: (%s) already present (static)\n",
158 Debug( LDAP_DEBUG_CONFIG, "module_load: (%s) already present (static)\n",
167 Debug(LDAP_DEBUG_ANY, "module_load failed: (%s) out of memory\n", file_name,
H A Dproto-slap.h1330 LDAP_SLAPD_F (int) module_load LDAP_P((
H A Dbconfig.c2086 if(module_load(c->argv[1], c->argc - 2, (c->argc > 2) ? c->argv + 2 : NULL))

Completed in 119 milliseconds