tzcache 682 ext/date/php_date.c date_globals->tzcache = NULL; tzcache 702 ext/date/php_date.c DATEG(tzcache) = NULL; tzcache 716 ext/date/php_date.c if(DATEG(tzcache)) { tzcache 717 ext/date/php_date.c zend_hash_destroy(DATEG(tzcache)); tzcache 718 ext/date/php_date.c FREE_HASHTABLE(DATEG(tzcache)); tzcache 719 ext/date/php_date.c DATEG(tzcache) = NULL; tzcache 917 ext/date/php_date.c if(!DATEG(tzcache)) { tzcache 918 ext/date/php_date.c ALLOC_HASHTABLE(DATEG(tzcache)); tzcache 919 ext/date/php_date.c zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); tzcache 922 ext/date/php_date.c if (zend_hash_find(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void **) &ptzi) == SUCCESS) { tzcache 928 ext/date/php_date.c zend_hash_add(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void *) &tzi, sizeof(timelib_tzinfo*), NULL); tzcache 173 ext/date/php_date.h HashTable *tzcache;