Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 105) sorted by relevance

12345

/curl/lib/
H A Dsocketpair.h51 #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 Dcurl_memrchr.c53 const unsigned char *p = s; in Curl_memrchr() local
H A Dstrerror.c586 const char *p; in get_winsock_error() local
783 char *p; in get_winapi_error() local
844 char *p; in Curl_strerror() local
H A Dcurl_fnmatch.c80 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 Dparsedate.c315 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 Dllist.c79 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 Dcurl_path.c73 const char *p; in Curl_getworkingpath() local
H A Dhash.c90 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 Dsetopt.c553 char *p = Curl_memdup0(argptr, (size_t)data->set.postfieldsize); in Curl_vsetopt() local
1629 char *p = NULL; in Curl_vsetopt() local
/curl/tests/unit/
H A Dunit1603.c35 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 Dunit1394.c81 const char **p; variable
H A Dunit1661.c32 static void test_free(void *p) in test_free()
H A Dunit1602.c34 static void mydtor(void *p) in mydtor()
/curl/tests/libtest/
H A Dlib571.c45 #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 Dlib2301.c94 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
H A Dlib1553.c33 static int xferinfo(void *p, in xferinfo()
H A Dlib1523.c43 static size_t write_cb(char *d, size_t n, size_t l, void *p) in write_cb()
/curl/src/
H A Dtool_libinfo.c149 const struct proto_name_tokenp *p; in get_libcurl_info() local
167 const struct feature_name_presentp *p; in get_libcurl_info() local
178 const struct feature_name_presentp *p; in get_libcurl_info() local
H A Dtool_dirhie.c140 char *p = strchr(tempdir, ':'); in create_dir_hierarchy() local
H A Dtool_doswin.c116 char *p, *target; in sanitize_file_name() local
283 const char *p = &path[truncate_pos - 1]; in truncate_dryrun() local
467 char *p, *base; in rename_if_reserved_dos_device_name() local
H A Dtool_cb_hdr.c169 const char *p = str + 20; in tool_header_cb() local
279 char *p; in parse_filename() local
/curl/docs/examples/
H A Dwebsocket-cb.c31 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
H A Dhref_extractor.c42 size_t realsize = size * nmemb, p; in write_callback() local
H A Dprogressfunc.c41 static int xferinfo(void *p, in xferinfo()
/curl/lib/vauth/
H A Dvauth.c135 char *p = strpbrk(user, "\\/@"); in Curl_auth_user_contains_domain() local

Completed in 55 milliseconds

12345