Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_setup.h70 # define CURL_STRICMP(p1, p2) _stricmp(p1, p2) argument
75 # define CURL_STRICMP(p1, p2) strcasecmp(p1, p2) argument
77 # define CURL_STRICMP(p1, p2) strcmpi(p1, p2) argument
79 # define CURL_STRICMP(p1, p2) stricmp(p1, p2) argument
81 # define CURL_STRICMP(p1, p2) strcmp(p1, p2) argument
H A Dtool_util.h48 int struplocompare(const char *p1, const char *p2);
49 int struplocompare4sort(const void *p1, const void *p2);
H A Dtool_util.c174 int struplocompare(const char *p1, const char *p2) in struplocompare() argument
176 if(!p1) in struplocompare()
180 return CURL_STRICMP(p1, p2); in struplocompare()
184 int struplocompare4sort(const void *p1, const void *p2) in struplocompare4sort() argument
186 return struplocompare(* (char * const *) p1, * (char * const *) p2); in struplocompare4sort()
/curl/lib/vtls/
H A Dx509asn1.c698 const char *p1; in encodeDN() local
707 for(p1 = dn->beg; p1 < dn->end;) { in encodeDN()
708 p1 = getASN1Element(&rdn, p1, dn->end); in encodeDN()
709 if(!p1) { in encodeDN()
/curl/tests/data/
H A Dtest3136 Set-Cookie: httpo1=value1 ; domain=test31.curl; path=/p1/; httponly
124 #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 Dcurl_release_note_start.txt49 $ curl "''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" "''p7'" "''p8'"
H A Dstage_curl_install.com54 $ remove_filesq = f$edit(p1, "upcase,trim")
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.c1319 static int cookie_sort(const void *p1, const void *p2) in cookie_sort() argument
1321 struct Cookie *c1 = *(struct Cookie **)p1; in cookie_sort()
1355 static int cookie_sort_ct(const void *p1, const void *p2) in cookie_sort_ct() argument
1357 struct Cookie *c1 = *(struct Cookie **)p1; in cookie_sort_ct()

Completed in 36 milliseconds