Searched refs:table (Results 1 – 6 of 6) sorted by relevance
78 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 …]
49 struct Curl_llist *table; member
294 const char * const *table; in escape_string() local315 table = formtable; in escape_string()319 table = mimetable; in escape_string()324 for(p = table; *p && **p != *src; p++) in escape_string()
185 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;
47 …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.
902 struct curl_slist **table; in Curl_ssl_init_certinfo() local908 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