Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_hash.h197 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ argument
200 _ret = &_ht->arPacked[_h]; \
201 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
208 _ret = _zend_hash_index_find(_ht, _h); \
209 if (UNEXPECTED(_ret == NULL)) { \
220 #define ZEND_HASH_INDEX_LOOKUP(_ht, _h, _ret) do { \ argument
223 _ret = &_ht->arPacked[_h]; \
224 if (EXPECTED(Z_TYPE_P(_ret) != IS_UNDEF)) { \
229 _ret = zend_hash_index_lookup(_ht, _h); \
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c336 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); in file_buffer() local
337 if (SUCCESS == _ret) { in file_buffer()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1958 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0);
1959 + if (SUCCESS == _ret) {

Completed in 23 milliseconds