Searched refs:p1 (Results 1 – 13 of 13) sorted by relevance
/curl/src/ |
H A D | tool_setup.h | 70 # 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 D | tool_util.h | 48 int struplocompare(const char *p1, const char *p2); 49 int struplocompare4sort(const void *p1, const void *p2);
|
H A D | tool_util.c | 174 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 D | x509asn1.c | 698 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 D | test31 | 36 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 D | compare_curl_source.com | 128 $ if p1 .eqs. "SRCBCK" 144 $ if p1 .eqs. "VMSBCK"
|
H A D | pcsi_product_gnv_curl.com | 184 $if p1 .eqs. "COMPRESSED"
|
H A D | curl_release_note_start.txt | 49 $ curl "''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" "''p7'" "''p8'"
|
H A D | stage_curl_install.com | 54 $ remove_filesq = f$edit(p1, "upcase,trim")
|
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 + ","
|
H A D | config_h.com | 109 $if p1 .nes. "" 111 $ cfile = p1
|
/curl/lib/ |
H A D | cookie.c | 1319 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