Home
last modified time | relevance | path

Searched refs:arg_count (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c468 offsets[arg_count] = 254 + arg_count; in call_with_args()
471 arg_count++; in call_with_args()
480 offsets[arg_count] = 254 + arg_count; in call_with_args()
483 arg_count++; in call_with_args()
489 arg_count++; in call_with_args()
507 arg_count--; in call_with_args()
513 arg_count--; in call_with_args()
526 arg_count--; in call_with_args()
547 arg_count--; in call_with_args()
554 arg_count--; in call_with_args()
[all …]
H A DsljitNativeX86_64.c651 sljit_s32 arg_count = 0; in call_with_args() local
669 arg_count++; in call_with_args()
672 if (arg_count != float_arg_count) in call_with_args()
676 arg_count++; in call_with_args()
679 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()
705 if (arg_count != float_arg_count) in call_with_args()
707 arg_count--; in call_with_args()
711 if (arg_count != float_arg_count) in call_with_args()
713 arg_count--; in call_with_args()
717 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()
[all …]
H A DsljitNativeMIPS_64.c547 sljit_s32 arg_count = 0; in call_with_args() local
564 arg_count++; in call_with_args()
568 arg_count++; in call_with_args()
579 if (arg_count != float_arg_count) in call_with_args()
581 else if (arg_count == 1) in call_with_args()
583 arg_count--; in call_with_args()
589 else if (arg_count == 1) in call_with_args()
591 arg_count--; in call_with_args()
595 if (arg_count != word_arg_count) in call_with_args()
597 else if (arg_count == 1) in call_with_args()
[all …]
H A DsljitNativePPC_64.c427 sljit_s32 arg_count = 0; in call_with_args() local
443 arg_count++; in call_with_args()
446 arg_count++; in call_with_args()
449 if (arg_count != word_arg_count && arg_count == reg) { in call_with_args()
463 arg_count--; in call_with_args()
466 if (arg_count != word_arg_count) in call_with_args()
467 FAIL_IF(push_inst(compiler, OR | S(word_arg_count) | A(arg_count) | B(word_arg_count))); in call_with_args()
469 arg_count--; in call_with_args()
H A DsljitLir.c631 sljit_s32 arg_count = 0; in get_arg_count() local
635 arg_count++; in get_arg_count()
639 return arg_count; in get_arg_count()
1036 sljit_s32 types, arg_count, curr_type; in check_sljit_emit_enter() local
1053 arg_count = 0; in check_sljit_emit_enter()
1054 while (types != 0 && arg_count < 3) { in check_sljit_emit_enter()
1057 arg_count++; in check_sljit_emit_enter()
1088 sljit_s32 types, arg_count, curr_type; in check_sljit_set_context() local
1104 arg_count = 0; in check_sljit_set_context()
1105 while (types != 0 && arg_count < 3) { in check_sljit_set_context()
[all …]
H A DsljitNativeARM_32.c2283 sljit_s32 arg_count = 0; in softfloat_call_with_args() local
2300 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2302 arg_count++; in softfloat_call_with_args()
2310 arg_count++; in softfloat_call_with_args()
2316 arg_count++; in softfloat_call_with_args()
2331 arg_count--; in softfloat_call_with_args()
2333 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
2345 arg_count--; in softfloat_call_with_args()
2347 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
2361 arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeARM_T2_32.c1880 sljit_s32 arg_count = 0; in softfloat_call_with_args() local
1897 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1899 arg_count++; in softfloat_call_with_args()
1907 arg_count++; in softfloat_call_with_args()
1913 arg_count++; in softfloat_call_with_args()
1930 arg_count--; in softfloat_call_with_args()
1932 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
1944 arg_count--; in softfloat_call_with_args()
1946 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
1960 arg_count--; in softfloat_call_with_args()
[all …]
/PHP-8.1/sapi/apache2handler/
H A Dphp_functions.c257 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
260 …if (zend_parse_parameters(arg_count, "ss|b", &variable, &variable_len, &string_val, &string_val_le… in PHP_FUNCTION()
267 if (arg_count == 3) { in PHP_FUNCTION()
291 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
295 if (zend_parse_parameters(arg_count, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { in PHP_FUNCTION()
302 if (arg_count == 2) { in PHP_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_builtin_functions.c171 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
195 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
197 if ((zend_ulong)requested_offset >= arg_count) { in ZEND_FUNCTION()
218 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
233 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
235 if (arg_count) { in ZEND_FUNCTION()
236 array_init_size(return_value, arg_count); in ZEND_FUNCTION()
242 if (arg_count > first_extra_arg) { in ZEND_FUNCTION()
260 while (i < arg_count) { in ZEND_FUNCTION()
276 Z_ARRVAL_P(return_value)->nNumOfElements = arg_count; in ZEND_FUNCTION()
H A Dzend_API.c48 uint32_t arg_count; in _zend_get_parameters_array_ex() local
51 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in _zend_get_parameters_array_ex()
53 if (param_count>arg_count) { in _zend_get_parameters_array_ex()
70 uint32_t arg_count; in zend_copy_parameters_array() local
73 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_copy_parameters_array()
75 if (param_count>arg_count) { in zend_copy_parameters_array()
H A Dzend_vm_def.h5563 uint32_t arg_count = EX_NUM_ARGS();
5570 if (arg_num <= arg_count) {
5590 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED()
5596 } while (++arg_num <= arg_count); in ZEND_HASH_FILL_PACKED()
9238 uint32_t arg_count, result_size, skip; variable
9240 arg_count = EX_NUM_ARGS();
9243 if (arg_count < skip) {
9246 result_size = arg_count - skip;
9250 result_size = arg_count;
9264 if (arg_count > first_extra_arg) { in ZEND_HASH_FILL_PACKED()
[all …]
H A Dzend_compile.c3506 uint32_t arg_count = 0; /* number of arguments not including unpacks */ in zend_compile_args() local
3536 opline->op2.num = arg_count; in zend_compile_args()
3537 opline->result.var = EX_NUM_TO_VAR(arg_count - 1); in zend_compile_args()
3554 if (arg_num == arg_count + 1 && !may_have_undef) { in zend_compile_args()
3557 arg_count++; in zend_compile_args()
3581 arg_count++; in zend_compile_args()
3695 return arg_count; in zend_compile_args()
3747 uint32_t arg_count = zend_compile_args(args_ast, fbc, &may_have_extra_named_args); in zend_compile_call_common() local
3752 opline->extended_value = arg_count; in zend_compile_call_common()
3755 opline->op1.num = zend_vm_calc_used_stack(arg_count, fbc); in zend_compile_call_common()
H A Dzend_vm_execute.h3839 uint32_t arg_count = EX_NUM_ARGS(); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
3846 if (arg_num <= arg_count) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
10689 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10692 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10695 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10699 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10736 while (i < arg_count) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
36054 arg_count = EX_NUM_ARGS(); in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
36057 if (arg_count < skip) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
36064 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
[all …]
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp369 int arg_count = zend_hash_num_elements(args); in umsg_format_helper() local
384 fargs.resize(arg_count); in umsg_format_helper()
385 farg_names.resize(arg_count); in umsg_format_helper()
601 fargs.empty() ? NULL : &fargs[0], arg_count, resultStr, err.code); in umsg_format_helper()
/PHP-8.1/ext/ffi/
H A Dffi.c854 uint32_t arg_count; member
867 for (int i = 0; i < callback_data->arg_count; ++i) { in zend_ffi_callback_hash_dtor()
892 fci.param_count = callback_data->arg_count; in zend_ffi_callback_trampoline()
911 if (callback_data->arg_count) { in zend_ffi_callback_trampoline()
914 for (n = 0; n < callback_data->arg_count; n++) { in zend_ffi_callback_trampoline()
937 uint32_t arg_count; in zend_ffi_create_callback() local
969 callback_data->arg_count = arg_count; in zend_ffi_create_callback()
2685 uint32_t n, arg_count; in ZEND_FUNCTION() local
2695 if (arg_count > EX_NUM_ARGS()) { in ZEND_FUNCTION()
2740 if (arg_count != EX_NUM_ARGS()) { in ZEND_FUNCTION()
[all …]
/PHP-8.1/ext/soap/
H A Dsoap.c2203 int arg_count, argument
2306 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2343 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
2442 int arg_count; local
2514 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args));
2516 if (arg_count > 0) {
2517 real_args = safe_emalloc(sizeof(zval), arg_count, 0);
2535 if (arg_count > 0) {
3847 for (i = 0;i < arg_count;i++) {
3868 if (n > arg_count) {
[all …]

Completed in 259 milliseconds