Home
last modified time | relevance | path

Searched defs:ret (Results 126 – 150 of 257) sorted by last modified time

1234567891011

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c616 sljit_u8 *ret; in ensure_buf() local
635 sljit_u8 *ret; in ensure_abuf() local
H A DsljitLir.h387 #define SLJIT_ARGS0(ret) \ argument
392 #define SLJIT_ARGS1(ret, arg1) \ argument
397 #define SLJIT_ARGS2(ret, arg1, arg2) \ argument
402 #define SLJIT_ARGS3(ret, arg1, arg2, arg3) \ argument
407 #define SLJIT_ARGS4(ret, arg1, arg2, arg3, arg4) \ argument
/php-src/ext/ldap/
H A Dldap.c1443 int num_attribs = 0, ret = 1, i, ldap_errno, argcount = ZEND_NUM_ARGS(); in php_ldap_do_search() local
3767 zend_string *ret; in php_ldap_do_escape() local
3786 ZSTR_VAL(ret)[p++] = '\\'; in php_ldap_do_escape() local
3787 ZSTR_VAL(ret)[p++] = hex[v >> 4]; in php_ldap_do_escape() local
3788 ZSTR_VAL(ret)[p++] = hex[v & 0x0f]; in php_ldap_do_escape() local
3790 ZSTR_VAL(ret)[p++] = v; in php_ldap_do_escape() local
3794 ZSTR_VAL(ret)[p] = '\0'; in php_ldap_do_escape() local
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c136 int ret = match(ms, ml->magic, ml->nmagic, b, in file_softmagic() local
H A Dfsmagic.c92 int ret, did = 0; in file_fsmagic() local
H A Dapprentice.c196 int ret; in main() local
/php-src/ext/sodium/
H A Dsodium_pwhash.c64 zend_string *ret; in php_sodium_argon2_hash() local
83 ZSTR_VAL(ret)[ZSTR_LEN(ret)] = 0; in php_sodium_argon2_hash() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1104 zend_string *ret = zend_jit_fetch_dim_str_offset(str, offset); in zend_jit_fetch_dim_str_r_helper() local
1830 bool ret = zend_check_user_type_slow( in zend_jit_verify_arg_slow() local
2195 zval variable, *ret; in zend_jit_assign_to_typed_ref2_helper() local
2274 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref()
2300 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref()
2326 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref()
2345 static void ZEND_FASTCALL zend_jit_post_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_dec_typed_ref()
2479 static void ZEND_FASTCALL zend_jit_pre_inc(zval *var_ptr, zval *ret) in zend_jit_pre_inc()
2485 static void ZEND_FASTCALL zend_jit_pre_dec(zval *var_ptr, zval *ret) in zend_jit_pre_dec()
3157 zend_string *ret; in zend_jit_rope_end() local
H A Dzend_jit_internal.h284 #define ZEND_JIT_TRACE_STOP_OK(ret) \ argument
287 #define ZEND_JIT_TRACE_STOP_DONE(ret) \ argument
290 #define ZEND_JIT_TRACE_STOP_REPEAT(ret) \ argument
293 #define ZEND_JIT_TRACE_STOP_MAY_RECOVER(ret) \ argument
/php-src/Zend/
H A Dzend_ini.c333 zend_result ret; in zend_alter_ini_entry_chars() local
345 zend_result ret; in zend_alter_ini_entry_chars_ex() local
H A Dzend_string.c211 zend_string *ret; in zend_new_interned_string_permanent() local
234 zend_string *ret; in zend_new_interned_string_request() local
274 zend_string *ret; in zend_string_init_interned_permanent() local
291 zend_string *ret = zend_interned_string_ht_lookup_ex(h, str, size, &interned_strings_permanent); in zend_string_init_existing_interned_permanent() local
304 zend_string *ret; in zend_string_init_interned_request() local
335 zend_string *ret = zend_interned_string_ht_lookup_ex(h, str, size, &interned_strings_permanent); in zend_string_init_existing_interned_request() local
407 zend_ulong ret; in zend_string_equal_val() local
445 zend_ulong ret; in zend_string_equal_val() local
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
/php-src/ext/standard/
H A Dfile.c1003 ssize_t ret; in PHP_FUNCTION() local
1043 int ret; in PHP_FUNCTION() local
1083 zend_long ret; in PHP_FUNCTION() local
1125 int ret; in php_mkdir_ex() local
1536 int ret = FAILURE; in php_copy_file_ctx() local
1702 ssize_t ret; in PHP_FUNCTION() local
1764 size_t ret; in php_fputcsv() local
/php-src/sapi/cli/
H A Dphp_cli_server.c398 char *ret; in get_mime_type() local
2841 char *ret = NULL; in do_cli_server() local
/php-src/Zend/Optimizer/
H A Dzend_call_graph.c178 bool ret = 0; in zend_is_indirectly_recursive() local
H A Dsccp.c1951 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
1976 zval ret; in join_partial_arrays() local
1993 zval ret; in join_partial_objects() local
H A Dcompact_literals.c97 uint32_t ret; in add_static_slot() local
H A Ddfa_pass.c1295 int ret = ssa->vars[v].use_chain; in zend_dfa_optimize_op_array() 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
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c582 bool ret = 0; in ir_gdb_present() local
H A Dir_perf.c104 int fd, ret; in ir_perf_jitdump_open() local
185 int ret = 1; in ir_perf_jitdump_close() local
/php-src/ext/gd/
H A Dgd.c1279 int ret = 0; in PHP_FUNCTION() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c251 int ret; in pgsql_handle_preparer() local
314 zend_long ret = 1; in pgsql_handle_doer() local
547 bool ret = true; in pdo_pgsql_transaction_cmd() local
567 bool ret = pdo_pgsql_transaction_cmd("COMMIT", dbh); in pgsql_handle_commit() local
582 int ret = pdo_pgsql_transaction_cmd("ROLLBACK", dbh); in pgsql_handle_rollback() local
867 int ret = PQgetCopyData(H->server, &csv, 0); in pgsqlCopyToFile_internal() local
960 int ret = PQgetCopyData(H->server, &csv, 0); in pgsqlCopyToArray_internal() local
1282 int ret = 0; in pdo_pgsql_handle_factory() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h234 zend_string *ret = buf->str; in mb_convert_buf_result_raw() local
263 zend_string *ret = mb_convert_buf_result_raw(buf); in mb_convert_buf_result() local
/php-src/ext/opcache/
H A Dshared_alloc_win32.c202 int err = 0, ret; in create_segments() local

Completed in 132 milliseconds

1234567891011