Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 25 of 247) sorted by last modified time

12345678910

/PHP-7.4/ext/gd/
H A Dgd.c2241 int ret = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/phar/
H A Dphar.c430 int ret = 0; in phar_entry_delref() local
1499 int ret, is_data = 0; in phar_open_from_filename() local
2283 int ret; in phar_open_executed_filename() local
3373 #define PHAR_SET_MIME(mimetype, ret, fileext) \ in PHP_GINIT_FUNCTION() argument
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1552 int ret; local
2376 char *ret=NULL; local
4901 int ret; local
4974 int ret; local
5070 int ret; local
5145 int ret; local
5490 int ret; local
6608 int ret = FAILURE; local
6868 int ret = FAILURE; local
6974 int ret = FAILURE; local
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c618 enum_func_status ret = FAIL; in php_mysqlnd_auth_write() local
1046 enum_func_status ret = PASS; in php_mysqlnd_rset_header_read() local
1380 enum_func_status ret = PASS; in php_mysqlnd_read_row_ex() local
1710 enum_func_status ret; in php_mysqlnd_rowp_read_text_protocol_zval() local
1724 enum_func_status ret; in php_mysqlnd_rowp_read_text_protocol_c() local
1746 enum_func_status ret = PASS; in php_mysqlnd_rowp_read() local
2542 enum_func_status ret = PASS; in MYSQLND_METHOD() local
2602 enum_func_status ret = FAIL; in MYSQLND_METHOD() local
2656 enum_func_status ret = FAIL; in MYSQLND_METHOD() local
2702 enum_func_status ret = FAIL; in MYSQLND_METHOD() local
[all …]
H A Dmysqlnd_result.c39 enum_func_status ret = PASS; in MYSQLND_METHOD() local
95 enum_func_status ret = PASS; in MYSQLND_METHOD() local
380 enum_func_status ret; in mysqlnd_query_read_result_set_header() local
634 const size_t * ret; in MYSQLND_METHOD() local
651 enum_func_status ret; in MYSQLND_METHOD() local
783 enum_func_status ret; in MYSQLND_METHOD() local
969 enum_func_status ret = FAIL; in MYSQLND_METHOD() local
1274 enum_func_status ret; in MYSQLND_METHOD() local
1412 enum_func_status ret; in MYSQLND_METHOD() local
1784 MYSQLND_ROW_C ret = NULL; in MYSQLND_METHOD() local
[all …]
/PHP-7.4/ext/filter/
H A Dlogical_filters.c96 static int php_filter_parse_int(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_int()
148 static int php_filter_parse_octal(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_octal()
171 static int php_filter_parse_hex(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_hex()
268 int ret; in php_filter_boolean() local
956 zend_long ret = 0; in php_filter_validate_mac() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c350 char *ret = (char *) malloc(len + 1); in PHP_INI_END() local
600 pcre_cache_entry *ret; in pcre_get_compiled_regex_cache_ex() local
/PHP-7.4/Zend/
H A Dzend_string.h136 …zend_string *ret = (zend_string *)pemalloc(ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(len)), persisten… in zend_string_alloc() local
147 …zend_string *ret = (zend_string *)safe_pemalloc(n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), … in zend_string_safe_alloc() local
158 zend_string *ret = zend_string_alloc(len, persistent); in zend_string_init() local
161 ZSTR_VAL(ret)[len] = '\0'; in zend_string_init() local
184 zend_string *ret; in zend_string_realloc() local
204 zend_string *ret; in zend_string_extend() local
225 zend_string *ret; in zend_string_truncate() local
246 zend_string *ret; in zend_string_safe_realloc() local
/PHP-7.4/main/streams/
H A Dstreams.c280 php_stream *ret; in _php_stream_alloc() local
367 int ret = 1; in _php_stream_free() local
1231 int ret = 0; in _php_stream_flush() local
1330 int ret; in _php_stream_seek() local
1379 int ret = PHP_STREAM_OPTION_RETURN_NOTIMPL; in _php_stream_set_option() local
1457 ssize_t ret = 0; in _php_stream_copy_to_mem() local
1669 int ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC); in _php_stream_copy_to_stream() local
1768 int ret; in php_register_url_stream_wrapper() local
1982 int ret; local
H A Dcast.c63 int ret; in stream_cookie_reader() local
93 ssize_t ret; in stream_cookie_reader() local
191 PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show_err) in _php_stream_cast()
/PHP-7.4/ext/standard/
H A Darray.c972 zend_long ret = zval_get_long(&retval); in php_array_user_compare() local
3610 int ret; local
3705 int ret; local
3837 zval *ret = NULL; local
4668 zend_long ret = zval_get_long(&retval); local
6193 int ret; local
H A Duser_filters.c162 int ret = PSFS_ERR_FATAL; in userfilter_filter() local
/PHP-7.4/ext/dom/
H A Ddomimplementation.c93 int ret; in PHP_METHOD() local
164 int ret, errorcode = 0; in PHP_METHOD() local
H A Delement.c367 int ret, name_valid; in PHP_FUNCTION() local
484 int ret; in PHP_FUNCTION() local
533 int ret; in PHP_FUNCTION() local
600 int ret; in PHP_FUNCTION() local
934 int ret; in PHP_FUNCTION() local
990 int ret; in PHP_FUNCTION() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c400 xmlParserInputBufferPtr ret; in php_libxml_input_buffer_create_filename() local
481 xmlOutputBufferPtr ret; in php_libxml_output_buffer_create_filename() local
536 int ret; in _php_list_set_error_structure() local
630 xmlParserInputPtr ret = NULL; in _php_libxml_external_entity_loader() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c711 int bauto, ret = SUCCESS; in php_mb_parse_encoding_list() local
819 int i, n, bauto, ret = SUCCESS; in php_mb_parse_encoding_array() local
2939 mbfl_string string, result, *ret; in PHP_FUNCTION() local
3007 mbfl_string string, result, *ret; in PHP_FUNCTION() local
3550 const mbfl_encoding *ret; in PHP_FUNCTION() local
5063 zend_string *ret; in php_mb_chr() local
5093 ZSTR_VAL(ret)[2] = 0; in php_mb_chr() local
5099 ZSTR_VAL(ret)[3] = 0; in php_mb_chr() local
5106 ZSTR_VAL(ret)[4] = 0; in php_mb_chr() local
5148 zend_string* ret; in PHP_FUNCTION() local
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_worker_pool.c67 struct fpm_worker_pool_s *ret; in fpm_worker_pool_alloc() local
H A Dfpm_children.c43 struct fpm_child_s *ret; in fpm_child_alloc() local
/PHP-7.4/ext/date/
H A Dphp_date.c1442 int ret; in PHP_FUNCTION() local
2981 int ret; in php_date_initialize_from_hash() local
2989 int ret; in php_date_initialize_from_hash() local
4353 zval tmp_member, *ret; in date_interval_get_property_ptr_ptr() local
/PHP-7.4/main/
H A Dmain.c963 size_t ret; in php_printf() local
2701 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret) in php_execute_simple_script()
2754 int ret = -1; in php_handle_auth_data() local
2844 int ret = tsrm_startup(1, 1, 0, NULL); in php_tsrm_startup() local
/PHP-7.4/ext/mysqli/
H A Dmysqli.c396 int ret = 0; in mysqli_object_has_property() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c142 int n, ret; in php_zip_extract_file() local
522 int ret; in php_zip_glob() local
1018 zval *ret, val; in php_zip_get_properties() local
1215 int ret; in PHP_NAMED_FUNCTION() local
2624 int ret; local
/PHP-7.4/ext/xml/
H A Dxml.c464 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
1055 int ret = 0; /* abort if no handler is set (should be configurable?) */ in _xml_externalEntityRefHandler() local
1413 int ret; in PHP_FUNCTION() local
1445 int ret; in PHP_FUNCTION() local
/PHP-7.4/ext/ffi/
H A Dffi_parser.c316 int ret; in get_skip_sym() local
1883 int ret; in synpred_1() local
1899 int ret; in synpred_2() local
1915 int ret; in synpred_3() local
1943 int ret; in synpred_4() local
1971 int ret; in synpred_5() local
1999 int ret; in synpred_6() local
/PHP-7.4/TSRM/
H A Dtsrm_win32.c224 int ret = php_win32_ioutil_access_w(pathw, mode); in tsrm_win32_access() local
729 int ret; in shmdt() local

Completed in 184 milliseconds

12345678910