Searched refs:modhead (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c2451 Modifications *modhead = NULL; local
2474 mod->sml_next = modhead;
2475 modhead = mod;
2477 if(!modhead) {
2488 fakeop->orm_modlist = modhead;
2505 if(modhead) slap_mods_free(modhead, 1);
2518 Modifications *modhead = NULL; local
2567 mod->sml_next = modhead;
2568 modhead
[all...]
H A Dadd.c520 Modifications *modhead = NULL; local
522 Modifications **modtail = &modhead;
577 *mods = modhead;

Completed in 100 milliseconds