Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_util.c141 int struplocompare(const char *p1, const char *p2) in struplocompare() argument
144 return p2 ? -1 : 0; in struplocompare()
145 if(!p2) 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.c678 const char *p2; in encodeDN() local
692 for(p2 = rdn.beg; p2 < rdn.end;) { in encodeDN()
693 p2 = getASN1Element(&atv, p2, rdn.end); in encodeDN()
694 if(!p2) { in encodeDN()
/curl/tests/data/
H A Dtest3142 Set-Cookie: httpo2=value2 ; domain=test31.curl; path=/p2/; httponly=
92 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.c1295 static int cookie_sort(const void *p1, const void *p2) in cookie_sort() argument
1298 struct Cookie *c2 = *(struct Cookie **)p2; in cookie_sort()
1331 static int cookie_sort_ct(const void *p1, const void *p2) in cookie_sort_ct() argument
1334 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 20 milliseconds