Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 650) sorted by last modified time

12345678910>>...26

/php-src/ext/soap/
H A Dsoap.c2336 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
3225 if (fnb->input.headers) {
3234 if ((hdr = zend_hash_find_ptr(fnb->input.headers, key.s)) != NULL) {
3830 hdrs = fnb->input.headers;
3834 use = fnb->input.use;
3836 ns = encode_add_ns(body, fnb->input.ns);
H A Dphp_sdl.c910 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local
987 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl()
988 if (input != NULL) { in load_wsdl()
991 message = get_attribute(input->properties, "message"); in load_wsdl()
1008 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1009 if (input != NULL) { in load_wsdl()
1011 …wsdl_soap_binding_body(&ctx, input, wsdl_soap_namespace, &soapFunctionBinding->input, function->re… in load_wsdl()
1735 sdl_deserialize_soap_body(&binding->input, encoders, types, &in); in get_sdl_from_cache()
2936 make_persistent_sdl_soap_body(&soap_binding->input, ptr_map); in make_persistent_sdl_function()
3553 delete_sdl_soap_binding_function_body(soapFunction->input); in delete_function()
[all …]
H A Dphp_sdl.h120 sdlSoapBindingFunctionBody input; member
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1175 /* %rax - used as input and result */
1185 /* %rax - used as input and result */
10086 ir_ref input = *p;
10087 if (IR_OPND_KIND(insn_flags, j) == IR_OPND_DATA && input > 0 && ctx->vregs[input]) {
10098 } else if (j > 1 && input == insn->op1 && ctx->regs[i][1] != IR_REG_NONE) {
10101 reg = ir_get_free_reg(ctx->ir_base[input].type, available);
H A Dir_ra.c512 IR_ASSERT(input > 0 && ctx->rules[input] & IR_FUSED); in ir_add_fusion_ranges()
687 if (input > 0) { in ir_compute_live_ranges()
816 ir_ref input = *p; in ir_compute_live_ranges() local
822 if (input > 0) { in ir_compute_live_ranges()
1169 IR_ASSERT(input > 0 && ctx->rules[input] & IR_FUSED); in ir_add_fusion_ranges()
1309 if (input > 0) { in ir_compute_live_ranges()
1438 if (input > 0) { in ir_compute_live_ranges()
1921 if (input > 0 && ctx->vregs[input]) { in ir_coalesce()
2144 if (IR_IS_CONST_REF(input) || !ctx->vregs[input]) { in ir_gen_dessa_moves()
2149 src[s] = input; in ir_gen_dessa_moves()
[all …]
H A Dir_sccp.c136 input = *p; in ir_sccp_meet_phi()
152 input = v->op1; in ir_sccp_meet_phi()
153 IR_ASSERT(input < 0 || _values[input].op != IR_COPY); in ir_sccp_meet_phi()
184 input = *p; in ir_sccp_meet_phi()
200 input = v->op1; in ir_sccp_meet_phi()
201 IR_ASSERT(input < 0 || _values[input].op != IR_COPY); in ir_sccp_meet_phi()
351 if (input > 0 && _values[input].op > IR_COPY) { in ir_sccp_remove_insn()
373 if (input > 0) { in ir_sccp_remove_insn2()
401 if (input > 0 && _values[input].op > IR_COPY) { in ir_sccp_replace_insn()
621 if (input && IR_IS_FEASIBLE(input)) { in ir_sccp_remove_unfeasible_merge_inputs()
[all …]
H A Dir_cfg.c331 ir_ref input = ir_insn_op(insn, j); in ir_remove_merge_input() local
333 if (input != from) { in ir_remove_merge_input()
335 ir_insn_set_op(insn, i, input); in ir_remove_merge_input()
354 ir_ref input = ir_insn_op(use_insn, j); in ir_remove_merge_input() local
358 } else if (input > 0) { in ir_remove_merge_input()
359 ir_use_list_remove_all(ctx, input, use); in ir_remove_merge_input()
381 ir_ref input = ir_insn_op(use_insn, j); in ir_remove_merge_input() local
384 IR_ASSERT(input); in ir_remove_merge_input()
386 ir_insn_set_op(use_insn, i, input); in ir_remove_merge_input()
389 } else if (input > 0) { in ir_remove_merge_input()
[all …]
H A Dir_gcm.c22 ir_ref n, *p, input; in ir_gcm_schedule_early() local
37 input = *p; in ir_gcm_schedule_early()
38 if (input > 0) { in ir_gcm_schedule_early()
871 input = *p; in ir_schedule()
887 if (input > 0 && _blocks[input] == b && !_xlat[input] && _prev[j] != input) { in ir_schedule()
893 _prev[_next[input]] = _prev[input]; in ir_schedule()
894 _next[_prev[input]] = _next[input]; in ir_schedule()
909 input = *p; in ir_schedule()
921 _prev[_next[input]] = _prev[input]; in ir_schedule()
922 _next[_prev[input]] = _next[input]; in ir_schedule()
[all …]
H A Dir_aarch64.dasc5669 ir_ref input = *p;
5670 if (IR_OPND_KIND(insn_flags, j) == IR_OPND_DATA && input > 0 && ctx->vregs[input]) {
5681 } else if (j > 1 && input == insn->op1 && ctx->regs[i][1] != IR_REG_NONE) {
5684 reg = ir_get_free_reg(ctx->ir_base[input].type, available);
/php-src/ext/standard/
H A Dimage.c1349 PHPAPI int php_getimagetype(php_stream *stream, const char *input, char *filetype) in php_getimagetype() argument
1356 php_error_docref(NULL, E_NOTICE, "Error reading from %s!", input); in php_getimagetype()
1367 php_error_docref(NULL, E_NOTICE, "Error reading from %s!", input); in php_getimagetype()
1388 php_error_docref(NULL, E_NOTICE, "Error reading from %s!", input); in php_getimagetype()
1399 php_error_docref(NULL, E_NOTICE, "Error reading from %s!", input); in php_getimagetype()
1431 php_error_docref(NULL, E_NOTICE, "Error reading from %s!", input); in php_getimagetype()
1452 itype = php_getimagetype(stream, input, NULL); in php_getimagesize_from_stream()
1547 zend_string *input; in php_getimagesize_from_any() local
1551 Z_PARAM_STR(input) in php_getimagesize_from_any()
1556 if (mode == FROM_PATH && CHECK_NULL_PATH(ZSTR_VAL(input), ZSTR_LEN(input))) { in php_getimagesize_from_any()
[all …]
H A Darray.c3904 Z_PARAM_ARRAY(input)
4413 Z_PARAM_ARRAY(input)
4423 RETURN_COPY(input);
4521 Z_PARAM_ARRAY(input)
4535 RETURN_COPY(input);
4631 HashTable *input; local
6348 zval *input; local
6359 input,
6372 HashTable *input; local
6439 zval *input; local
[all …]
/php-src/ext/libxml/
H A Dlibxml.c619 if (parser != NULL && parser->input != NULL) { in php_libxml_ctx_error_level()
620 if (parser->input->filename) { in php_libxml_ctx_error_level()
621 php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, line); in php_libxml_ctx_error_level()
683 if (error_type != PHP_LIBXML_ERROR && parser != NULL && parser->input != NULL) { in php_libxml_error_handler_va()
684 line = parser->input->line; in php_libxml_error_handler_va()
685 column = parser->input->col; in php_libxml_error_handler_va()
/php-src/sapi/cgi/
H A Dcgi_main.c2416 size_t slen = strlen(PG(arg_separator).input);
2432 strlcat(s, PG(arg_separator).input, len);
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1326 PHPDBG_API int phpdbg_watchpoint_parse_input(char *input, size_t len, HashTable *parent, size_t i, … argument
1327 …return phpdbg_parse_variable_with_arg(input, len, parent, i, (phpdbg_parse_var_with_arg_func) phpd…
1359 static int phpdbg_watchpoint_parse_symtables(char *input, size_t len, int (*callback)(zval *, phpdb… argument
1364 if (scope && len >= 5 && !memcmp("$this", input, 5)) {
1369 info.str = strpprintf(0, "%.*s[]", (int) len, input);
1371 info.str = zend_string_init(input, len, 0);
1375 …if (phpdbg_is_auto_global(input, len) && phpdbg_watchpoint_parse_input(input, len, &EG(symbol_tabl…
1380 …ret = phpdbg_parse_variable_with_arg(input, len, EG(current_execute_data)->symbol_table, 0, (phpdb…
1405 int phpdbg_create_var_watchpoint(char *input, size_t len) { argument
1410 return phpdbg_watchpoint_parse_symtables(input, len, phpdbg_create_simple_watchpoint);
/php-src/ext/filter/
H A Dfilter.c534 static void php_filter_array_handler(zval *input, HashTable *op_ht, zend_long op_long, in php_filter_array_handler() argument
541 ZVAL_DUP(return_value, input); in php_filter_array_handler()
555 if ((tmp = zend_hash_find(Z_ARRVAL_P(input), arg_key)) == NULL) { in php_filter_array_handler()
579 zval *input = NULL, *tmp; in PHP_FUNCTION() local
597 input = php_filter_get_storage(fetch_from); in PHP_FUNCTION()
602 if (!input || (tmp = zend_hash_find(Z_ARRVAL_P(input), var)) == NULL) { in PHP_FUNCTION()
/php-src/ext/mbstring/
H A Dmbstring.c2114 size_t in_len = ZSTR_LEN(input); in mb_get_substr()
2596 in_len = ZSTR_LEN(input); in mb_trim_string()
2728 if (!input) { in php_mb_convert_encoding_recursive()
2732 if (GC_IS_RECURSIVE(input)) { in php_mb_convert_encoding_recursive()
2733 GC_UNPROTECT_RECURSION(input); in php_mb_convert_encoding_recursive()
5786 Z_PARAM_STR(input) in PHP_FUNCTION()
5804 RETURN_STR_COPY(input); in PHP_FUNCTION()
5881 memcpy(buffer, ZSTR_VAL(input), ZSTR_LEN(input)); in PHP_FUNCTION()
5882 buffer += ZSTR_LEN(input); in PHP_FUNCTION()
6177 in_len = ZSTR_LEN(input); in mb_mime_header_encode()
[all …]
/php-src/build/
H A Dlibtool.m43577 …objs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `tes…
6049 …$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname…
6358 # 10000 chars as input seems more than enough
/php-src/ext/xmlreader/
H A Dphp_xmlreader.h44 xmlParserInputBufferPtr input; member
H A Dphp_xmlreader.c301 if (intern->input) { in ZEND_GET_MODULE()
302 xmlFreeParserInputBuffer(intern->input); in ZEND_GET_MODULE()
303 intern->input = NULL; in ZEND_GET_MODULE()
1040 intern->input = inputbfr; in PHP_METHOD()
/php-src/ext/tidy/
H A Dtidy.c1003 zend_string *input, *options_str = NULL; in PHP_FUNCTION() local
1008 Z_PARAM_STR(input) in PHP_FUNCTION()
1014 if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(input))) { in PHP_FUNCTION()
1024 if (php_tidy_parse_string(obj, ZSTR_VAL(input), (uint32_t)ZSTR_LEN(input), enc) == FAILURE) { in PHP_FUNCTION()
1442 zend_string *input, *options_str = NULL; in PHP_METHOD() local
1445 Z_PARAM_STR(input) in PHP_METHOD()
1451 if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(input))) { in PHP_METHOD()
1461 if(php_tidy_parse_string(obj, ZSTR_VAL(input), (uint32_t)ZSTR_LEN(input), enc) == SUCCESS) { in PHP_METHOD()
/php-src/main/
H A Dmain.c716 …"&", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, arg_separator.input, php_core_globals,…
H A Dphp_variables.c530 separator = PG(arg_separator).input; in SAPI_TREAT_DATA_FUNC()
/php-src/ext/dom/
H A Dxpath.c474 const char *input; in PHP_METHOD() local
476 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &input, &input_len) == FAILURE) { in PHP_METHOD()
479 if (memchr(input, '\'', input_len) == NULL) { in PHP_METHOD()
482 memcpy(output->val + 1, input, input_len); in PHP_METHOD()
486 } else if (memchr(input, '"', input_len) == NULL) { in PHP_METHOD()
489 memcpy(output->val + 1, input, input_len); in PHP_METHOD()
497 const char *ptr = input; in PHP_METHOD()
498 const char *const end = input + input_len; in PHP_METHOD()
/php-src/ext/ftp/
H A Dftp.c718 ftp_mlsd_parse_line(HashTable *ht, const char *input) { in ftp_mlsd_parse_line() argument
721 const char *end = input + strlen(input); in ftp_mlsd_parse_line()
723 const char *sp = memchr(input, ' ', end - input); in ftp_mlsd_parse_line()
734 while (input < end) { in ftp_mlsd_parse_line()
738 semi = memchr(input, ';', end - input); in ftp_mlsd_parse_line()
745 eq = memchr(input, '=', semi - input); in ftp_mlsd_parse_line()
752 zend_hash_str_update(ht, input, eq - input, &zstr); in ftp_mlsd_parse_line()
753 input = semi + 1; in ftp_mlsd_parse_line()
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt17 // Regression test for input strings which end prematurely
50 // when entire input is one ASCII 'word' and high indent value makes us consider
104 // Only a single character in input, but when we convert it to outcode and then
119 // the input string), but we aim to only use a constant amount of temporarily allocated memory

Completed in 204 milliseconds

12345678910>>...26