Home
last modified time | relevance | path

Searched refs:table (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dhash.c78 h->table = NULL; in Curl_hash_init()
118 if(!h->table) { in Curl_hash_add2()
121 if(!h->table) in Curl_hash_add2()
172 if(h->table) { in Curl_hash_delete()
197 if(h->table) { in Curl_hash_pick()
224 if(h->table) { in Curl_hash_destroy()
229 Curl_safefree(h->table); in Curl_hash_destroy()
258 if(!h || !h->table) in Curl_hash_clean_with_criterium()
263 struct Curl_llist *list = &h->table[i]; in Curl_hash_clean_with_criterium()
321 if(!h->table) in Curl_hash_next_element()
[all …]
H A Dhash.h49 struct Curl_llist *table; member
H A Dmime.c294 const char * const *table; in escape_string() local
315 table = formtable; in escape_string()
319 table = mimetable; in escape_string()
324 for(p = table; *p && **p != *src; p++) in escape_string()
/curl/tests/
H A Dtest1222.pl185 my ($path, $sym, $table)=@_;
195 scan_man_page(dirname($path) . "/$1", $sym, $table);
196 $version = exists($$table{$sym})? $$table{$sym}: $version;
234 $$table{$sym} = $version;
/curl/tests/data/
H A Dtest129547 …nfrequent occasions when he was up all night, was seated at the breakfast table." -w '%{size_uploa…
63 …ve upon those not infrequent occasions when he was up all night, was seated at the breakfast table.
/curl/lib/vtls/
H A Dvtls.c902 struct curl_slist **table; in Curl_ssl_init_certinfo() local
908 table = calloc((size_t) num, sizeof(struct curl_slist *)); in Curl_ssl_init_certinfo()
909 if(!table) in Curl_ssl_init_certinfo()
913 ci->certinfo = table; in Curl_ssl_init_certinfo()

Completed in 37 milliseconds