Lines Matching refs:dpend
1775 char *dp, *dpend; in __ns_ldap_setParamValue() local
1779 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1780 len = dpend - cp; in __ns_ldap_setParamValue()
1790 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
1792 if (dpend == NULL) in __ns_ldap_setParamValue()
1794 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()
1883 char *dp, *dpend; in __ns_ldap_setParamValue() local
1887 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1888 len = dpend - cp; in __ns_ldap_setParamValue()
1898 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
1900 if (dpend == NULL) in __ns_ldap_setParamValue()
1902 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()
1995 char *dp, *dpend; in __ns_ldap_setParamValue() local
1999 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
2000 len = dpend - cp; in __ns_ldap_setParamValue()
2010 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
2012 if (dpend == NULL) in __ns_ldap_setParamValue()
2014 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()