Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c298 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); in file_buffer() local
299 if (SUCCESS == _ret) { in file_buffer()
/PHP-8.0/Zend/
H A Dzend_hash.h190 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ argument
193 _ret = &_ht->arData[_h].val; \
194 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
201 _ret = _zend_hash_index_find(_ht, _h); \
202 if (UNEXPECTED(_ret == NULL)) { \
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2459 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0);
2460 + if (SUCCESS == _ret) {
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc5605 | // _ret = &_ht->arData[_h].val;

Completed in 48 milliseconds