Searched refs:goteq (Results 1 – 2 of 2) sorted by relevance
202 int state, count = 0, endquote, len, goteq; in ldap_explode() local222 goteq = 0; in ldap_explode()250 ( *p == ';' || *p == ',' || !goteq)) { in ldap_explode()254 if ( (*p == ',' || *p == ';') && !goteq ) { in ldap_explode()261 goteq = 0; in ldap_explode()324 goteq = 1; in ldap_explode()
2160 bool_t goteq = FALSE; in skip_get_dn() local2192 if (!goteq || !gotch) in skip_get_dn()2194 goteq = FALSE; in skip_get_dn()2205 if (!gotch || goteq) in skip_get_dn()2207 goteq = TRUE; in skip_get_dn()2221 if (!in_quote && goteq && gotch) in skip_get_dn()