Home
last modified time | relevance | path

Searched defs:ret (Results 126 – 150 of 258) sorted by relevance

1234567891011

/php-src/ext/pdo_mysql/
H A Dmysql_driver.c175 int ret; in mysql_handle_preparer() local
668 int ret = 0; local
/php-src/ext/intl/
H A Dintl_error.c208 smart_str ret = {0}; in intl_parse_error_to_string() local
/php-src/ext/sqlite3/
H A Dsqlite3.c313 int ret; in PHP_METHOD() local
480 char *ret; in PHP_METHOD() local
743 zend_result ret = SUCCESS; in sqlite3_do_callback() local
899 int ret = 0; in php_sqlite3_callback_compare() local
1216 static int php_sqlite3_stream_cast(php_stream *stream, int castas, void **ret) in php_sqlite3_stream_cast()
1941 int i, ret; in PHP_METHOD() local
/php-src/TSRM/
H A Dtsrm_win32.c221 int ret = php_win32_ioutil_access_w(pathw, mode); in tsrm_win32_access() local
737 int ret; in shmdt() local
/php-src/main/
H A Dnetwork.c308 int ret = 0; local
506 int ret = FAILURE; local
1105 int ret = SUCCESS; local
/php-src/sapi/phpdbg/
H A Dphpdbg_out.c33 int ret; in ZEND_EXTERN_MODULE_GLOBALS() local
H A Dphpdbg_watch.c1153 int ret; local
1290 int ret; local
1362 int ret; local
/php-src/win32/
H A Dcodepage.h81 wchar_t *ret = NULL; in php_win32_cp_conv_any_to_w() local
/php-src/Zend/Optimizer/
H A Dzend_call_graph.c178 bool ret = 0; in zend_is_indirectly_recursive() local
H A Dcompact_literals.c97 uint32_t ret; in add_static_slot() local
/php-src/ext/calendar/
H A Dcalendar.c125 static void _php_cal_info(int cal, zval *ret) in _php_cal_info()
361 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()
/php-src/ext/phar/
H A Dzip.c828 …int ret = phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, &pha… in phar_open_or_create_zip() local
1511 int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); in phar_zip_flush() local
H A Dphar_object.c1380 zval *ret; member
1978 zval ret, arg1; in phar_rename_archive() local
2227 zend_object *ret; in phar_convert_to_other() local
2339 zend_object *ret; in PHP_METHOD() local
2450 zend_object *ret; in PHP_METHOD() local
3184 zend_object *ret; in PHP_METHOD() local
3250 zend_object *ret; in PHP_METHOD() local
4323 int ret; in PHP_METHOD() local
/php-src/ext/opcache/
H A Dshared_alloc_win32.c202 int err = 0, ret; in create_segments() local
/php-src/ext/dom/
H A Dnodelist.c255 dom_nodelist_dimension_index ret; in dom_modern_nodelist_get_index() local
H A Ddom_iterators.c55 xmlEntityPtr ret = xmlMalloc(sizeof(xmlEntity)); in create_notation() local
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp63 const char *func, zval *ret) in timezone_convert_to_datetimezone()
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c228 int ret = FAILURE; in PHP_METHOD() local
/php-src/ext/sockets/
H A Dconversions.c121 void *ret = emalloc(alloc_size); in accounted_emalloc() local
127 void *ret = ecalloc(nmemb, alloc_size); in accounted_ecalloc() local
133 void *ret = safe_emalloc(nmemb, alloc_size, offset); in accounted_safe_ecalloc() local
310 zend_long ret = 0; in from_zval_integer_common() local
1250 unsigned ret = 0; in from_zval_write_ifindex() local
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c244 ssize_t ret; in sapi_cgibin_single_write() local
273 size_t ret; in sapi_cgibin_ub_write() local
1822 …enum fpm_init_return_status ret = fpm_init(argc, argv, fpm_config ? fpm_config : CGIG(fpm_config),… in main() local
H A Dfpm_children.c43 struct fpm_child_s *ret; in fpm_child_alloc() local
/php-src/ext/spl/
H A Dspl_directory.c952 zend_string *ret; in PHP_METHOD() local
1253 ssize_t ret; in FileInfoFunction() local
1934 zend_result ret = spl_filesystem_file_read(intern, silent, /* csv */ true); in spl_filesystem_file_read_csv() local
2004 zend_result ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent); in spl_filesystem_file_read_line() local
2355 zend_long ret; in PHP_METHOD() local
2506 zend_long ret; in PHP_METHOD() local
/php-src/ext/zip/
H A Dzip_stream.c204 int ret = -1; in php_zip_ops_seek() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c806 enum_func_status ret = FAIL; in mysqlnd_stmt_execute_store_params() local
882 enum_func_status ret = PASS; in mysqlnd_stmt_execute_generate_request() local
/php-src/Zend/
H A Dzend_operators.h334 zend_string *ret = zend_string_copy(Z_STR_P(op)); in zval_try_get_string() local
345 zend_string *ret = Z_STR_P(op); in zval_try_get_tmp_string() local

Completed in 171 milliseconds

1234567891011