Searched refs:_ret (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 243 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); in file_buffer() local 246 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0); in file_buffer() 248 if (SUCCESS == _ret) { in file_buffer()
|
/PHP-7.3/Zend/ |
H A D | zend_hash.h | 183 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ argument 186 _ret = &_ht->arData[_h].val; \ 187 if (UNEXPECTED(Z_TYPE_P(_ret) == IS_UNDEF)) { \ 194 _ret = _zend_hash_index_find(_ht, _h); \ 195 if (UNEXPECTED(_ret == NULL)) { \
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 2990 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); 2993 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0); 2995 + if (SUCCESS == _ret) {
|
Completed in 22 milliseconds