Home
last modified time | relevance | path

Searched refs:cptype (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/soap/
H A Dphp_schema.c1656 char *cptype, *str_ns; in schema_element() local
1662 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element()
1665 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_element()
1668 if (cptype) {efree(cptype);} in schema_element()
1804 char *cptype, *str_ns; in schema_attribute() local
1810 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute()
1813 newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_attribute()
1816 if (cptype) {efree(cptype);} in schema_attribute()
H A Dphp_sdl.c52 char *ns, *cptype; in get_encoder_from_prefix() local
54 parse_namespace(type, &cptype, &ns); in get_encoder_from_prefix()
57 enc = get_encoder(sdl, (char*)nsptr->href, cptype); in get_encoder_from_prefix()
59 enc = get_encoder_ex(sdl, cptype, strlen(cptype)); in get_encoder_from_prefix()
64 efree(cptype); in get_encoder_from_prefix()
75 char *ns, *cptype; in get_element() local
78 parse_namespace(type, &cptype, &ns); in get_element()
82 int type_len = strlen(cptype); in get_element()
88 memcpy(nscat+ns_len+1, cptype, type_len); in get_element()
103 efree(cptype); in get_element()
H A Dphp_encoding.c530 char *ns, *cptype; in master_to_zval_int() local
533 parse_namespace(type_attr->children->content, &cptype, &ns); in master_to_zval_int()
539 smart_str_appends(&nscat, cptype); in master_to_zval_int()
541 efree(cptype); in master_to_zval_int()
2814 char *ns, *cptype; in guess_zval_convert() local
2820 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert()
2822 ZVAL_STRING(Z_VAR_ENC_STYPE_P(&soapvar), cptype); in guess_zval_convert()
2826 efree(cptype); in guess_zval_convert()

Completed in 48 milliseconds