/curl/lib/ |
H A D | socketpair.h | 51 #define wakeup_create(p,nb) Curl_eventfd(p,nb) argument 61 #define wakeup_create(p,nb) Curl_pipe(p,nb) argument 86 #define wakeup_create(p,nb)\ argument
|
H A D | curl_memrchr.c | 53 const unsigned char *p = s; in Curl_memrchr() local
|
H A D | strerror.c | 582 const char *p; in get_winsock_error() local 779 char *p; in get_winapi_error() local 840 char *p; in Curl_strerror() local
|
H A D | curl_fnmatch.c | 80 unsigned char *p = *pattern; in parsekeyword() local 145 unsigned char *p = (*pp)++; in setcharorrange() local 165 static int setcharset(unsigned char **p, unsigned char *charset) in setcharset() 260 unsigned char *p = (unsigned char *)pattern; in loop() local
|
H A D | parsedate.c | 315 const char *p; in match_time() local 380 const char *p = date; in parsedate() local 582 time_t curl_getdate(const char *p, const time_t *now) in curl_getdate() 602 time_t Curl_getdate_capped(const char *p) in Curl_getdate_capped()
|
H A D | llist.c | 79 const void *p, in Curl_llist_insert_next() 128 Curl_llist_append(struct Curl_llist *list, const void *p, in Curl_llist_append()
|
H A D | hash.c | 90 mk_hash_element(const void *key, size_t key_len, const void *p, in mk_hash_element() 108 void *Curl_hash_add2(struct Curl_hash *h, void *key, size_t key_len, void *p, in Curl_hash_add2() 157 Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add()
|
H A D | rtsp.c | 48 #define RTP_PKT_LENGTH(p) ((((unsigned int)((unsigned char)((p)[2]))) << 8) | \ argument 923 const char *p = &header[5]; in Curl_rtsp_parseheader() local 1008 const char *p = start + 12; in rtsp_parse_transport() local
|
/curl/tests/unit/ |
H A D | unit1603.c | 35 static void mydtor(void *p) in mydtor() 43 static void my_elem_dtor(void *key, size_t key_len, void *p) in my_elem_dtor()
|
H A D | unit1394.c | 81 const char **p; variable
|
H A D | unit1661.c | 32 static void test_free(void *p) in test_free()
|
H A D | unit1602.c | 34 static void mydtor(void *p) in mydtor()
|
/curl/tests/libtest/ |
H A D | lib571.c | 45 #define RTP_PKT_CHANNEL(p) ((int)((unsigned char)((p)[1]))) argument 47 #define RTP_PKT_LENGTH(p) ((((int)((unsigned char)((p)[2]))) << 8) | \ argument
|
H A D | lib2301.c | 94 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
|
H A D | lib1553.c | 33 static int xferinfo(void *p, in xferinfo()
|
H A D | lib1523.c | 43 static size_t write_cb(char *d, size_t n, size_t l, void *p) in write_cb()
|
/curl/src/ |
H A D | tool_libinfo.c | 151 const struct proto_name_tokenp *p; in get_libcurl_info() local 169 const struct feature_name_presentp *p; in get_libcurl_info() local 180 const struct feature_name_presentp *p; in get_libcurl_info() local
|
H A D | tool_dirhie.c | 140 char *p = strchr(tempdir, ':'); in create_dir_hierarchy() local
|
H A D | tool_doswin.c | 106 char *p, *target; in sanitize_file_name() local 265 const char *p = &path[truncate_pos - 1]; in truncate_dryrun() local 445 char *p, *base; in rename_if_reserved_dos() local
|
H A D | tool_cb_hdr.c | 188 const char *p = str + 20; in tool_header_cb() local 325 char *p; in parse_filename() local
|
/curl/docs/examples/ |
H A D | websocket-cb.c | 31 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
|
H A D | href_extractor.c | 42 size_t realsize = size * nmemb, p; in write_callback() local
|
H A D | progressfunc.c | 41 static int xferinfo(void *p, in xferinfo()
|
/curl/lib/vauth/ |
H A D | vauth.c | 135 char *p = strpbrk(user, "\\/@"); in Curl_auth_user_contains_domain() local
|
/curl/lib/vssh/ |
H A D | curl_path.c | 73 const char *p; in Curl_getworkingpath() local
|