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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Doc.c404 struct oindexrec tmpoir, *oir; local
406 ber_str2bv( *names, 0, 0, &tmpoir.oir_name );
407 tmpoir.oir_oc = oc;
409 (caddr_t)&tmpoir, oc_index_cmp );
665 struct oindexrec tmpoir; local
668 ber_str2bv( *names, 0, 0, &tmpoir.oir_name );
669 tmpoir.oir_oc = soc;
671 (caddr_t)&tmpoir, oc_index_cmp );
677 struct oindexrec tmpoir; local
679 ber_str2bv( soc->soc_oid, 0, 0, &tmpoir
[all...]

Completed in 324 milliseconds