Home
last modified time | relevance | path

Searched refs:cp2 (Results 1 – 2 of 2) sorted by relevance

/curl/packages/OS400/
H A Dos400sys.c702 char *cp2; in Curl_ldap_get_dn_a() local
712 if(!cp2) in Curl_ldap_get_dn_a()
713 return cp2; in Curl_ldap_get_dn_a()
723 free(cp2); in Curl_ldap_get_dn_a()
733 char *cp2; in Curl_ldap_first_attribute_a() local
743 if(!cp2) in Curl_ldap_first_attribute_a()
744 return cp2; in Curl_ldap_first_attribute_a()
754 free(cp2); in Curl_ldap_first_attribute_a()
764 char *cp2; in Curl_ldap_next_attribute_a() local
774 if(!cp2) in Curl_ldap_next_attribute_a()
[all …]
H A Dccsidcurl.c705 char *cp2; in Curl_formadd_convert() local
728 cp2 = realloc(cp, l); /* Shorten buffer to the string size. */ in Curl_formadd_convert()
730 if(cp2) in Curl_formadd_convert()
731 cp = cp2; in Curl_formadd_convert()

Completed in 9 milliseconds