Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 10 of 10) sorted by relevance

/curl/src/
H A Dtool_util.c140 int struplocompare(const char *p1, const char *p2) in struplocompare() argument
143 return p2? -1: 0; in struplocompare()
144 if(!p2) in struplocompare()
147 return strcasecmp(p1, p2); in struplocompare()
149 return strcmpi(p1, p2); in struplocompare()
151 return stricmp(p1, p2); in struplocompare()
153 return strcmp(p1, p2); in struplocompare()
158 int struplocompare4sort(const void *p1, const void *p2) in struplocompare4sort() argument
160 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.c663 const char *p2; in encodeDN() local
677 for(p2 = rdn.beg; p2 < rdn.end;) { in encodeDN()
678 p2 = getASN1Element(&atv, p2, rdn.end); in encodeDN()
679 if(!p2) { in encodeDN()
/curl/tests/data/
H A Dtest3141 Set-Cookie: httpo2=value2 ; domain=test31.curl; path=/p2/; httponly=
90 Set-Cookie: httpo2=value2 ; domain=test31.curl; path=/p2/; httponly=
183 #HttpOnly_.test31.curl TRUE /p2/ FALSE 0 httpo2 value2
/curl/lib/
H A Dcookie.c1288 static int cookie_sort(const void *p1, const void *p2) in cookie_sort() argument
1291 struct Cookie *c2 = *(struct Cookie **)p2; in cookie_sort()
1324 static int cookie_sort_ct(const void *p1, const void *p2) in cookie_sort_ct() argument
1327 struct Cookie *c2 = *(struct Cookie **)p2; in cookie_sort_ct()
/curl/packages/vms/
H A Dcurl_release_note_start.txt49 $ curl "''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" "''p7'" "''p8'"
H A Dconfig_h.com945 $if p2 .nes. "" then write sys$output "''dchfile' - #define ''key2' 1"
963 $if p2 .nes. "" then write sys$output "''starfile' - #define ''key2' 1"
1270 $if p2 .nes. "" then write sys$output "''decc_shr' #define ''keysym' 1"
1351 $if p2 .nes. "" then write sys$output "''decc_shr' #define ''key2' 1"
1371 $if p2 .nes. "" then write sys$output "''decc_rtldef' #define ''key2' 1"
H A Dcompare_curl_source.com90 $ if (p2 .eqs. "UPDATE")
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 + ","

Completed in 37 milliseconds