Searched refs:p2 (Results 1 – 10 of 10) sorted by relevance
/curl/src/ |
H A D | tool_util.c | 141 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 D | tool_util.h | 39 int struplocompare(const char *p1, const char *p2); 40 int struplocompare4sort(const void *p1, const void *p2);
|
/curl/lib/vtls/ |
H A D | x509asn1.c | 678 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 D | test31 | 42 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 D | cookie.c | 1295 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 D | curl_release_note_start.txt | 49 $ curl "''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" "''p7'" "''p8'"
|
H A D | config_h.com | 945 $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 D | compare_curl_source.com | 90 $ if (p2 .eqs. "UPDATE")
|
H A D | setup_gnv_curl_build.com | 37 $ args = "," + p1 + "," + p2 + "," + p3 + "," + p4 + ","
|
H A D | generate_config_vms_h_curl.com | 37 $args = "," + p1 + "," + p2 + "," + p3 + "," + p4 + ","
|
Completed in 20 milliseconds