Lines Matching refs:dpend
1776 char *dp, *dpend; in __ns_ldap_setParamValue() local
1780 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1781 len = dpend - cp; in __ns_ldap_setParamValue()
1791 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
1793 if (dpend == NULL) in __ns_ldap_setParamValue()
1795 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()
1884 char *dp, *dpend; in __ns_ldap_setParamValue() local
1888 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
1889 len = dpend - cp; in __ns_ldap_setParamValue()
1899 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
1901 if (dpend == NULL) in __ns_ldap_setParamValue()
1903 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()
1996 char *dp, *dpend; in __ns_ldap_setParamValue() local
2000 dpend = strchr(cp, COLONTOK); in __ns_ldap_setParamValue()
2001 len = dpend - cp; in __ns_ldap_setParamValue()
2011 dpend = strchr(ptr->paramList[type].ns_ppc[j], in __ns_ldap_setParamValue()
2013 if (dpend == NULL) in __ns_ldap_setParamValue()
2015 i = dpend - ptr->paramList[type].ns_ppc[j]; in __ns_ldap_setParamValue()