Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 12 of 12) sorted by relevance

/curl/src/
H A Dtool_util.c141 int struplocompare(const char *p1, const char *p2) in struplocompare() argument
143 if(!p1) in struplocompare()
148 return strcasecmp(p1, p2); in struplocompare()
150 return strcmpi(p1, p2); in struplocompare()
152 return stricmp(p1, p2); in struplocompare()
154 return strcmp(p1, p2); in struplocompare()
159 int struplocompare4sort(const void *p1, const void *p2) in struplocompare4sort() argument
161 return struplocompare(* (char * const *) p1, * (char * const *) p2); in struplocompare4sort()
H A Dtool_util.h39 int struplocompare(const char *p1, const char *p2);
40 int struplocompare4sort(const void *p1, const void *p2);
/curl/lib/vtls/
H A Dx509asn1.c677 const char *p1; in encodeDN() local
686 for(p1 = dn->beg; p1 < dn->end;) { in encodeDN()
687 p1 = getASN1Element(&rdn, p1, dn->end); in encodeDN()
688 if(!p1) { in encodeDN()
/curl/tests/data/
H A Dtest3140 Set-Cookie: httpo1=value1 ; domain=test31.curl; path=/p1/; httponly
89 Set-Cookie: httpo1=value1 ; domain=test31.curl; path=/p1/; httponly
182 #HttpOnly_.test31.curl TRUE /p1/ FALSE 0 httpo1 value1
/curl/packages/vms/
H A Dcompare_curl_source.com128 $ if p1 .eqs. "SRCBCK"
144 $ if p1 .eqs. "VMSBCK"
H A Dpcsi_product_gnv_curl.com184 $if p1 .eqs. "COMPRESSED"
H A Dstage_curl_install.com54 $ remove_filesq = f$edit(p1, "upcase,trim")
H A Dcurl_release_note_start.txt49 $ curl "''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" "''p7'" "''p8'"
H A Dsetup_gnv_curl_build.com37 $ args = "," + p1 + "," + p2 + "," + p3 + "," + p4 + ","
H A Dgenerate_config_vms_h_curl.com37 $args = "," + p1 + "," + p2 + "," + p3 + "," + p4 + ","
H A Dconfig_h.com109 $if p1 .nes. ""
111 $ cfile = p1
/curl/lib/
H A Dcookie.c1293 static int cookie_sort(const void *p1, const void *p2) in cookie_sort() argument
1295 struct Cookie *c1 = *(struct Cookie **)p1; in cookie_sort()
1329 static int cookie_sort_ct(const void *p1, const void *p2) in cookie_sort_ct() argument
1331 struct Cookie *c1 = *(struct Cookie **)p1; in cookie_sort_ct()

Completed in 68 milliseconds