Searched refs:semicolonp (Results 1 – 1 of 1) sorted by relevance
1732 char *semicolonp = NULL; in Curl_add_custom_headers() local1751 semicolonp = strdup(headers->data); in Curl_add_custom_headers()1752 if(!semicolonp) { in Curl_add_custom_headers()1757 semicolonp[ptr - headers->data] = ':'; in Curl_add_custom_headers()1759 optr = &semicolonp [ptr - headers->data]; in Curl_add_custom_headers()1772 if(*ptr || semicolonp) { in Curl_add_custom_headers()1775 char *compare = semicolonp ? semicolonp : headers->data; in Curl_add_custom_headers()1816 if(semicolonp) in Curl_add_custom_headers()1817 free(semicolonp); in Curl_add_custom_headers()