Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/
H A Dereg.c70 unsigned long lastuse; member
111 if (((reg_cache *)f->pData)->lastuse < in ZEND_GET_MODULE()
112 ((reg_cache *)s->pData)->lastuse) { in ZEND_GET_MODULE()
114 } else if (((reg_cache *)f->pData)->lastuse == in ZEND_GET_MODULE()
115 ((reg_cache *)s->pData)->lastuse) { in ZEND_GET_MODULE()
177 rcp.lastuse = ++(EREG(lru_counter)); in _php_regcomp()
196 rcp.lastuse = ++(EREG(lru_counter));

Completed in 7 milliseconds