Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dbrowscap.c393 static int browscap_read_file(char *filename, browser_data *browdata, int persistent) /* {{{ */ in browscap_read_file() argument
413 browdata->htab = pemalloc(sizeof *browdata->htab, persistent); in browscap_read_file()
414 if (browdata->htab == NULL) { in browscap_read_file()
418 zend_hash_init_ex(browdata->htab, 0, NULL, in browscap_read_file()
421 browdata->kv_size = 16 * 1024; in browscap_read_file()
422 browdata->kv_used = 0; in browscap_read_file()
423 browdata->kv = pemalloc(sizeof(browscap_kv) * browdata->kv_size, persistent); in browscap_read_file()
426 ctx.bdata = browdata; in browscap_read_file()

Completed in 38 milliseconds