Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_hash.h194 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ argument
197 _ret = &_ht->arPacked[_h]; \
198 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
205 _ret = _zend_hash_index_find(_ht, _h); \
206 if (UNEXPECTED(_ret == NULL)) { \
217 #define ZEND_HASH_INDEX_LOOKUP(_ht, _h, _ret) do { \ argument
220 _ret = &_ht->arPacked[_h]; \
221 if (EXPECTED(Z_TYPE_P(_ret) != IS_UNDEF)) { \
226 _ret = zend_hash_index_lookup(_ht, _h); \
/PHP-8.3/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-8.3/ext/fileinfo/
H A Dlibmagic.patch1956 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0);
1957 + if (SUCCESS == _ret) {
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc5195 | // _ret = &_ht->arPacked[_h].val;
H A Dzend_jit_x86.dasc5718 | // _ret = &_ht->arPacked[h];

Completed in 66 milliseconds