Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c224 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); in file_buffer() local
225 if (SUCCESS == _ret) { in file_buffer()
/PHP-7.4/Zend/
H A Dzend_hash.h192 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ argument
195 _ret = &_ht->arData[_h].val; \
196 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \
203 _ret = _zend_hash_index_find(_ht, _h); \
204 if (UNEXPECTED(_ret == NULL)) { \
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2384 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0);
2385 + if (SUCCESS == _ret) {

Completed in 15 milliseconds