Home
last modified time | relevance | path

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

/curl/lib/
H A Dhash.c74 h->table = NULL; in Curl_hash_init()
110 if(!h->table) { in Curl_hash_add2()
113 if(!h->table) in Curl_hash_add2()
166 if(h->table) { in Curl_hash_delete()
192 if(h->table) { in Curl_hash_pick()
216 if(h->table) { in Curl_hash_destroy()
221 Curl_safefree(h->table); in Curl_hash_destroy()
247 if(!h || !h->table) in Curl_hash_clean_with_criterium()
251 list = &h->table[i]; in Curl_hash_clean_with_criterium()
302 if(!h->table) in Curl_hash_next_element()
[all …]
H A Dhash.h49 struct Curl_llist *table; member
H A Dmime.c292 const char * const *table; in escape_string() local
313 table = formtable; in escape_string()
317 table = mimetable; in escape_string()
322 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.c868 struct curl_slist **table; in Curl_ssl_init_certinfo() local
874 table = calloc((size_t) num, sizeof(struct curl_slist *)); in Curl_ssl_init_certinfo()
875 if(!table) in Curl_ssl_init_certinfo()
879 ci->certinfo = table; in Curl_ssl_init_certinfo()

Completed in 22 milliseconds