Lines Matching refs:myself
61 char *myself = "buildLdapSearch"; in buildLdapSearch() local
63 ls = am(myself, sizeof (*ls)); in buildLdapSearch()
67 ls->base = sdup(myself, T, base); in buildLdapSearch()
73 ls->filterComp = am(myself, numFilterComps * in buildLdapSearch()
80 ls->filterComp[i] = sdup(myself, T, filterComp[i]); in buildLdapSearch()
94 ls->filter = sdup(myself, T, filter); in buildLdapSearch()
101 ls->attrs = am(myself, (na + 1) * sizeof (ls->attrs[0])); in buildLdapSearch()
104 ls->attrs[i] = sdup(myself, T, attrs[i]); in buildLdapSearch()
185 char *myself = "createLdapRequest"; in createLdapRequest() local
240 locDN = findDNs(myself, rv, 1, in createLdapRequest()
287 myself, NIL(filter)); in createLdapRequest()
320 bp2buf(myself, &b, "%s=%s", in createLdapRequest()
327 myself, NIL(b.buf)); in createLdapRequest()
344 myself); in createLdapRequest()
361 locDN = findDNs(myself, rvtmp, nv, 0, &numLocDN); in createLdapRequest()
518 char *myself = "ldapInit"; in ldapInit() local
553 char *myself = "ldapBind"; in ldapBind() local
608 myself, who, ldap_err2string(ret)); in ldapBind()
621 char *myself = "freeCon"; in freeCon() local
655 char *myself = "disconnectCon"; in disconnectCon() local
688 myself, stat, ldap_err2string(stat)); in disconnectCon()
720 char *myself = "controlSupported"; in controlSupported() local
730 myself, NIL(lc->sp), ldap_err2string(stat)); in controlSupported()
750 myself, NIL(lc->sp)); in controlSupported()
764 myself, NIL(lc->sp), NIL(*ctrl), in controlSupported()
867 char *myself = "findCon"; in findCon() local
894 myself, NIL(lc->sp), in findCon()
942 char *myself = "createCon"; in createCon() local
948 lc = am(myself, sizeof (*lc)); in createCon()
958 lc->sp = sdup(myself, T, sp); in createCon()
981 lc->who = sdup(myself, T, who); in createCon()
989 lc->cred = sdup(myself, T, cred); in createCon()
1016 char *myself = "setupConList"; in setupConList() local
1030 sl = sls = sdup(myself, T, serverList); in setupConList()
1126 char *myself = "findReferralCon"; in findReferralCon() local
1202 myself, NIL(ludpp->lud_host)); in findReferralCon()
1224 myself, NIL(referralsp[0])); in findReferralCon()
1238 char *myself = "findYPCon"; in findYPCon() local
1291 myself, NIL(newlc->sp), in findYPCon()
1312 myself, NIL(lc->sp), in findYPCon()
1362 char *myself = "ldapSearch"; in ldapSearch() local
1401 myself, ldap_err2string(stat)); in ldapSearch()
1420 myself, ldap_err2string(stat)); in ldapSearch()
1430 spCookie = am(myself, sizeof (*spCookie)); in ldapSearch()
1432 (spCookie->bv_val = sdup(myself, T, "")) != 0) { in ldapSearch()
1438 myself); in ldapSearch()
1473 myself, index, ldap_err2string(stat)); in ldapSearch()
1499 myself, ldap_err2string(stat)); in ldapSearch()
1578 myself, NIL(lc->sp)); in ldapSearch()
1622 myself, numEntries); in ldapSearch()
1678 myself, numVals, tnv); in ldapSearch()
1689 myself, ldap_err2string(stat)); in ldapSearch()
1720 myself, ldap_err2string(stat)); in ldapSearch()
1874 char *myself = "search2LdapMod"; in search2LdapMod() local
1879 mods = am(myself, (rv->numAttrs + 1) * sizeof (mods[0])); in search2LdapMod()
1908 mods[nm] = am(myself, sizeof (*mods[nm])); in search2LdapMod()
1915 mods[nm]->mod_type = sdup(myself, T, rv->attrName[i]); in search2LdapMod()
1940 mods[nm]->mod_values = am(myself, in search2LdapMod()
1954 mods[nm]->mod_values[j] = am(myself, in search2LdapMod()
1966 mods[nm]->mod_bvalues = am(myself, in search2LdapMod()
1974 mods[nm]->mod_bvalues[j] = am(myself, in search2LdapMod()
1980 mods[nm]->mod_bvalues[j]->bv_val = am(myself, in search2LdapMod()
2058 char *myself = "ldapModifyObjectClass"; in ldapModifyObjectClass() local
2070 myself, NIL(dn)); in ldapModifyObjectClass()
2085 myself, NIL(dn)); in ldapModifyObjectClass()
2096 myself, NIL(dn), lderr); in ldapModifyObjectClass()
2152 myself, NIL(dn)); in ldapModifyObjectClass()
2230 char *myself = "ldapModify"; in ldapModify() local
2631 char *myself = "ldapChangeDN"; in ldapChangeDN() local
2642 rdn = sdup(myself, T, dn); in ldapChangeDN()
2721 myself, lc == NULL ? 0: lc->ld, NIL(oldDn), NIL(rdn), in ldapChangeDN()
2725 myself, lc == NULL ? 0: lc->ld, NIL(oldDn), NIL(rdn), in ldapChangeDN()