Searched refs:ZEND_HASH_APPLY_STOP (Results 1 - 14 of 14) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_constants.c60 return (c->flags & CONST_PERSISTENT) ? ZEND_HASH_APPLY_STOP : ZEND_HASH_APPLY_REMOVE;
H A Dzend_hash.h130 #define ZEND_HASH_APPLY_STOP 1<<1 macro
143 * it should usually not be used). When used with the ZEND_HASH_APPLY_STOP
H A Dzend_opcode.c144 return ZEND_HASH_APPLY_STOP;
206 return ZEND_HASH_APPLY_STOP;
H A Dzend_execute_API.c108 return (function->type == ZEND_INTERNAL_FUNCTION) ? ZEND_HASH_APPLY_STOP : ZEND_HASH_APPLY_REMOVE;
120 return ((*ce)->type == ZEND_INTERNAL_CLASS) ? ZEND_HASH_APPLY_STOP : ZEND_HASH_APPLY_REMOVE;
H A Dzend_API.c2454 return (module->type == MODULE_TEMPORARY) ? ZEND_HASH_APPLY_REMOVE : ZEND_HASH_APPLY_STOP;
H A Dzend_hash.c679 * ZEND_HASH_APPLY_STOP - stop iteration
699 if (result & ZEND_HASH_APPLY_STOP) {
723 if (result & ZEND_HASH_APPLY_STOP) {
755 if (result & ZEND_HASH_APPLY_STOP) {
782 if (result & ZEND_HASH_APPLY_STOP) {
/PHP_TRUNK/ext/ereg/
H A Dereg.c132 return ZEND_HASH_APPLY_STOP;
/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd_plugin.c186 if (result & ZEND_HASH_APPLY_STOP) {
/PHP_TRUNK/main/
H A Dphp_ini.c156 return ZEND_HASH_APPLY_STOP;
/PHP_TRUNK/ext/phar/
H A Dphar_object.c1452 return ZEND_HASH_APPLY_STOP;
1458 return ZEND_HASH_APPLY_STOP;
1474 return ZEND_HASH_APPLY_STOP;
1482 return ZEND_HASH_APPLY_STOP;
1488 return ZEND_HASH_APPLY_STOP;
1498 return ZEND_HASH_APPLY_STOP;
1512 return ZEND_HASH_APPLY_STOP;
1541 return ZEND_HASH_APPLY_STOP;
1569 return ZEND_HASH_APPLY_STOP;
1580 return ZEND_HASH_APPLY_STOP;
[all...]
H A Dtar.c708 return ZEND_HASH_APPLY_STOP;
718 return ZEND_HASH_APPLY_STOP;
732 return ZEND_HASH_APPLY_STOP;
739 return ZEND_HASH_APPLY_STOP;
758 return ZEND_HASH_APPLY_STOP;
768 return ZEND_HASH_APPLY_STOP;
776 return ZEND_HASH_APPLY_STOP;
783 return ZEND_HASH_APPLY_STOP;
790 return ZEND_HASH_APPLY_STOP;
857 return ZEND_HASH_APPLY_STOP;
[all...]
H A Dzip.c855 return ZEND_HASH_APPLY_STOP;
866 return ZEND_HASH_APPLY_STOP;
896 return ZEND_HASH_APPLY_STOP;
906 return ZEND_HASH_APPLY_STOP;
913 return ZEND_HASH_APPLY_STOP;
920 return ZEND_HASH_APPLY_STOP;
943 return ZEND_HASH_APPLY_STOP;
971 return ZEND_HASH_APPLY_STOP;
976 return ZEND_HASH_APPLY_STOP;
982 return ZEND_HASH_APPLY_STOP;
[all...]
/PHP_TRUNK/ext/spl/
H A Dspl_iterators.c3432 if (apply_func(iter, puser TSRMLS_CC) == ZEND_HASH_APPLY_STOP || EG(exception)) {
3456 return ZEND_HASH_APPLY_STOP;
3459 return ZEND_HASH_APPLY_STOP;
3465 return ZEND_HASH_APPLY_STOP;
3483 return ZEND_HASH_APPLY_STOP;
3486 return ZEND_HASH_APPLY_STOP;
3554 result = zend_is_true(retval) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_STOP;
3557 result = ZEND_HASH_APPLY_STOP;
/PHP_TRUNK/ext/opcache/
H A DZendAccelerator.c2207 return ZEND_HASH_APPLY_STOP;
2237 return ZEND_HASH_APPLY_STOP;
2269 return ZEND_HASH_APPLY_STOP;

Completed in 95 milliseconds