Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c463 offsets[arg_count] = 254 + arg_count; in call_with_args()
466 arg_count++; in call_with_args()
475 offsets[arg_count] = 254 + arg_count; in call_with_args()
478 arg_count++; in call_with_args()
484 arg_count++; in call_with_args()
502 arg_count--; in call_with_args()
508 arg_count--; in call_with_args()
521 arg_count--; in call_with_args()
542 arg_count--; in call_with_args()
549 arg_count--; in call_with_args()
[all …]
H A DsljitNativeX86_64.c596 sljit_s32 arg_count = 0; in call_with_args() local
614 arg_count++; in call_with_args()
617 if (arg_count != float_arg_count) in call_with_args()
621 arg_count++; in call_with_args()
624 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()
650 if (arg_count != float_arg_count) in call_with_args()
652 arg_count--; in call_with_args()
656 if (arg_count != float_arg_count) in call_with_args()
658 arg_count--; in call_with_args()
662 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()
[all …]
H A DsljitNativeMIPS_64.c543 sljit_s32 arg_count = 0; in call_with_args() local
560 arg_count++; in call_with_args()
564 arg_count++; in call_with_args()
575 if (arg_count != float_arg_count) in call_with_args()
577 else if (arg_count == 1) in call_with_args()
579 arg_count--; in call_with_args()
585 else if (arg_count == 1) in call_with_args()
587 arg_count--; in call_with_args()
591 if (arg_count != word_arg_count) in call_with_args()
593 else if (arg_count == 1) in call_with_args()
[all …]
H A DsljitNativePPC_64.c418 sljit_s32 arg_count = 0; in call_with_args() local
434 arg_count++; in call_with_args()
437 arg_count++; in call_with_args()
440 if (arg_count != word_arg_count && arg_count == reg) { in call_with_args()
454 arg_count--; in call_with_args()
457 if (arg_count != word_arg_count) in call_with_args()
458 FAIL_IF(push_inst(compiler, OR | S(word_arg_count) | A(arg_count) | B(word_arg_count))); in call_with_args()
460 arg_count--; in call_with_args()
H A DsljitLir.c611 sljit_s32 arg_count = 0; in get_arg_count() local
615 arg_count++; in get_arg_count()
619 return arg_count; in get_arg_count()
970 sljit_s32 types, arg_count, curr_type; in check_sljit_emit_enter() local
987 arg_count = 0; in check_sljit_emit_enter()
988 while (types != 0 && arg_count < 3) { in check_sljit_emit_enter()
991 arg_count++; in check_sljit_emit_enter()
1022 sljit_s32 types, arg_count, curr_type; in check_sljit_set_context() local
1038 arg_count = 0; in check_sljit_set_context()
1039 while (types != 0 && arg_count < 3) { in check_sljit_set_context()
[all …]
H A DsljitNativeARM_T2_32.c1838 sljit_s32 arg_count = 0; in softfloat_call_with_args() local
1855 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1857 arg_count++; in softfloat_call_with_args()
1865 arg_count++; in softfloat_call_with_args()
1871 arg_count++; in softfloat_call_with_args()
1888 arg_count--; in softfloat_call_with_args()
1890 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
1902 arg_count--; in softfloat_call_with_args()
1904 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
1918 arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeARM_32.c2151 sljit_s32 arg_count = 0; in softfloat_call_with_args() local
2168 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2170 arg_count++; in softfloat_call_with_args()
2178 arg_count++; in softfloat_call_with_args()
2184 arg_count++; in softfloat_call_with_args()
2199 arg_count--; in softfloat_call_with_args()
2201 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
2213 arg_count--; in softfloat_call_with_args()
2215 stack_offset = offsets[arg_count]; in softfloat_call_with_args()
2229 arg_count--; in softfloat_call_with_args()
[all …]
/PHP-7.3/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()
292 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
296 if (zend_parse_parameters(arg_count, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { in PHP_FUNCTION()
303 if (arg_count == 2) { in PHP_FUNCTION()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp394 int arg_count = zend_hash_num_elements(args); in umsg_format_helper() local
409 fargs.resize(arg_count); in umsg_format_helper()
410 farg_names.resize(arg_count); in umsg_format_helper()
625 fargs.empty() ? NULL : &fargs[0], arg_count, resultStr, err.code); in umsg_format_helper()
/PHP-7.3/ext/standard/
H A Dbasic_functions.h260 int arg_count; member
H A Dbasic_functions.c122 int arg_count; member
5028 for (i = 0; i < shutdown_function_entry->arg_count; i++) {
5040 for (i = 0; i < tick_function_entry->arg_count; i++) {
5063 shutdown_function_entry->arg_count - 1,
5084 tick_fe->arg_count - 1,
5173 shutdown_function_entry.arg_count = ZEND_NUM_ARGS();
5175 if (shutdown_function_entry.arg_count < 1) {
5822 tick_fe.arg_count = ZEND_NUM_ARGS();
5824 if (tick_fe.arg_count < 1) {
5856 for (i = 0; i < tick_fe.arg_count; i++) {
[all …]
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c465 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
489 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
491 if ((zend_ulong)requested_offset >= arg_count) { in ZEND_FUNCTION()
513 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local
526 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
528 if (arg_count) { in ZEND_FUNCTION()
529 array_init_size(return_value, arg_count); in ZEND_FUNCTION()
535 if (arg_count > first_extra_arg) { in ZEND_FUNCTION()
552 while (i < arg_count) { in ZEND_FUNCTION()
567 Z_ARRVAL_P(return_value)->nNumOfElements = arg_count; in ZEND_FUNCTION()
H A Dzend_API.c49 int arg_count; in _zend_get_parameters_array_ex() local
52 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in _zend_get_parameters_array_ex()
54 if (param_count>arg_count) { in _zend_get_parameters_array_ex()
71 int arg_count; in zend_copy_parameters_array() local
74 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_copy_parameters_array()
76 if (param_count>arg_count) { in zend_copy_parameters_array()
877 int arg_count; in zend_parse_va_args() local
956 arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zend_parse_va_args()
958 if (num_args > arg_count) { in zend_parse_va_args()
H A Dzend_vm_def.h4807 uint32_t arg_count = EX_NUM_ARGS();
4814 if (arg_num <= arg_count) {
4828 } while (++arg_num <= arg_count);
4834 } while (++arg_num <= arg_count);
8214 uint32_t arg_count, result_size, skip; variable
8216 arg_count = EX_NUM_ARGS();
8219 if (arg_count < skip) {
8222 result_size = arg_count - skip;
8226 result_size = arg_count;
8239 if (arg_count > first_extra_arg) {
[all …]
H A Dzend_compile.c3164 uint32_t arg_count = 0; /* number of arguments not including unpacks */ in zend_compile_args() local
3180 opline->op2.num = arg_count; in zend_compile_args()
3181 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_count); in zend_compile_args()
3190 arg_count++; in zend_compile_args()
3279 return arg_count; in zend_compile_args()
3313 uint32_t arg_count; in zend_compile_call_common() local
3318 arg_count = zend_compile_args(args_ast, fbc); in zend_compile_call_common()
3321 opline->extended_value = arg_count; in zend_compile_call_common()
3324 opline->op1.num = zend_vm_calc_used_stack(arg_count, fbc); in zend_compile_call_common()
H A Dzend_vm_execute.h2363 uint32_t arg_count = EX_NUM_ARGS(); local
2370 if (arg_num <= arg_count) {
9469 arg_count = EX_NUM_ARGS();
9472 if (arg_count < skip) {
9475 result_size = arg_count - skip;
9479 result_size = arg_count;
9514 while (i < arg_count) {
34683 arg_count = EX_NUM_ARGS();
34686 if (arg_count < skip) {
34693 result_size = arg_count;
[all …]
/PHP-7.3/ext/soap/
H A Dsoap.c2578 int arg_count, argument
2678 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2716 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
2819 int arg_count; local
2884 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args));
2886 if (arg_count > 0) {
2887 real_args = safe_emalloc(sizeof(zval), arg_count, 0);
2900 if (arg_count > 0) {
4244 for (i = 0;i < arg_count;i++) {
4265 if (n > arg_count) {
[all …]
/PHP-7.3/ext/spl/
H A Dspl_iterators.c1390 int arg_count; in spl_dual_it_call_method() local
1401 arg_count = (zend_ulong) *p; in spl_dual_it_call_method()
1403 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1406 while (arg_count-- > 0) { in spl_dual_it_call_method()
1407 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1410 arg_count = current; /* restore */ in spl_dual_it_call_method()
1412 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NUL… in spl_dual_it_call_method()
/PHP-7.3/ext/session/
H A Dsession.c2006 shutdown_function_entry.arg_count = 1; in PHP_FUNCTION()
2640 shutdown_function_entry.arg_count = 1; in PHP_FUNCTION()

Completed in 397 milliseconds