Lines Matching refs:myself

62 	char			*myself = "buildLdapSearch";  in buildLdapSearch()  local
64 ls = am(myself, sizeof (*ls)); in buildLdapSearch()
68 ls->base = sdup(myself, T, base); in buildLdapSearch()
74 ls->filterComp = am(myself, numFilterComps * in buildLdapSearch()
81 ls->filterComp[i] = sdup(myself, T, filterComp[i]); in buildLdapSearch()
95 ls->filter = sdup(myself, T, filter); in buildLdapSearch()
102 ls->attrs = am(myself, (na + 1) * sizeof (ls->attrs[0])); in buildLdapSearch()
105 ls->attrs[i] = sdup(myself, T, attrs[i]); in buildLdapSearch()
186 char *myself = "createLdapRequest"; in createLdapRequest() local
241 locDN = findDNs(myself, rv, 1, in createLdapRequest()
288 myself, NIL(filter)); in createLdapRequest()
321 bp2buf(myself, &b, "%s=%s", in createLdapRequest()
328 myself, NIL(b.buf)); in createLdapRequest()
345 myself); in createLdapRequest()
362 locDN = findDNs(myself, rvtmp, nv, 0, &numLocDN); in createLdapRequest()
553 char *myself = "ldapBind"; in ldapBind() local
608 myself, who, ldap_err2string(ret)); in ldapBind()
654 char *myself = "disconnectCon"; in disconnectCon() local
687 myself, stat, ldap_err2string(stat)); in disconnectCon()
719 char *myself = "controlSupported"; in controlSupported() local
729 myself, NIL(lc->sp), ldap_err2string(stat)); in controlSupported()
749 myself, NIL(lc->sp)); in controlSupported()
763 myself, NIL(lc->sp), NIL(*ctrl), in controlSupported()
866 char *myself = "findCon"; in findCon() local
893 myself, NIL(lc->sp), in findCon()
941 char *myself = "createCon"; in createCon() local
947 lc = am(myself, sizeof (*lc)); in createCon()
957 lc->sp = sdup(myself, T, sp); in createCon()
980 lc->who = sdup(myself, T, who); in createCon()
988 lc->cred = sdup(myself, T, cred); in createCon()
1015 char *myself = "setupConList"; in setupConList() local
1029 sl = sls = sdup(myself, T, serverList); in setupConList()
1125 char *myself = "findReferralCon"; in findReferralCon() local
1201 myself, NIL(ludpp->lud_host)); in findReferralCon()
1223 myself, NIL(referralsp[0])); in findReferralCon()
1237 char *myself = "findYPCon"; in findYPCon() local
1290 myself, NIL(newlc->sp), in findYPCon()
1311 myself, NIL(lc->sp), in findYPCon()
1361 char *myself = "ldapSearch"; in ldapSearch() local
1400 myself, ldap_err2string(stat)); in ldapSearch()
1419 myself, ldap_err2string(stat)); in ldapSearch()
1429 spCookie = am(myself, sizeof (*spCookie)); in ldapSearch()
1431 (spCookie->bv_val = sdup(myself, T, "")) != 0) { in ldapSearch()
1437 myself); in ldapSearch()
1472 myself, index, ldap_err2string(stat)); in ldapSearch()
1498 myself, ldap_err2string(stat)); in ldapSearch()
1577 myself, NIL(lc->sp)); in ldapSearch()
1621 myself, numEntries); in ldapSearch()
1677 myself, numVals, tnv); in ldapSearch()
1688 myself, ldap_err2string(stat)); in ldapSearch()
1719 myself, ldap_err2string(stat)); in ldapSearch()
1873 char *myself = "search2LdapMod"; in search2LdapMod() local
1878 mods = am(myself, (rv->numAttrs + 1) * sizeof (mods[0])); in search2LdapMod()
1907 mods[nm] = am(myself, sizeof (*mods[nm])); in search2LdapMod()
1914 mods[nm]->mod_type = sdup(myself, T, rv->attrName[i]); in search2LdapMod()
1939 mods[nm]->mod_values = am(myself, in search2LdapMod()
1953 mods[nm]->mod_values[j] = am(myself, in search2LdapMod()
1965 mods[nm]->mod_bvalues = am(myself, in search2LdapMod()
1973 mods[nm]->mod_bvalues[j] = am(myself, in search2LdapMod()
1979 mods[nm]->mod_bvalues[j]->bv_val = am(myself, in search2LdapMod()
2057 char *myself = "ldapModifyObjectClass"; in ldapModifyObjectClass() local
2069 myself, NIL(dn)); in ldapModifyObjectClass()
2084 myself, NIL(dn)); in ldapModifyObjectClass()
2095 myself, NIL(dn), lderr); in ldapModifyObjectClass()
2151 myself, NIL(dn)); in ldapModifyObjectClass()
2629 char *myself = "ldapChangeDN"; in ldapChangeDN() local
2640 rdn = sdup(myself, T, dn); in ldapChangeDN()
2719 myself, lc == NULL ? 0: lc->ld, NIL(oldDn), NIL(rdn), in ldapChangeDN()
2723 myself, lc == NULL ? 0: lc->ld, NIL(oldDn), NIL(rdn), in ldapChangeDN()