Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbrowscap.c250 browdata->htab = pemalloc(sizeof *browdata->htab, persistent); in browscap_read_file()
251 if (browdata->htab == NULL) { in browscap_read_file()
255 if (zend_hash_init_ex(browdata->htab, 0, NULL, in browscap_read_file()
259 pefree(browdata->htab, persistent); in browscap_read_file()
260 browdata->htab = NULL; in browscap_read_file()
268 zend_hash_destroy(browdata->htab); in browscap_read_file()
269 pefree(browdata->htab, persistent); in browscap_read_file()
270 browdata->htab = NULL; in browscap_read_file()
276 browdata->current_section_name = NULL; in browscap_read_file()
279 if (browdata->current_section_name != NULL) { in browscap_read_file()
[all …]

Completed in 6 milliseconds