Home
last modified time | relevance | path

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

/PHP-8.0/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.c51 char *ns, *cptype; in get_encoder_from_prefix() local
53 parse_namespace(type, &cptype, &ns); in get_encoder_from_prefix()
56 enc = get_encoder(sdl, (char*)nsptr->href, cptype); in get_encoder_from_prefix()
58 enc = get_encoder_ex(sdl, cptype, strlen(cptype)); in get_encoder_from_prefix()
63 efree(cptype); in get_encoder_from_prefix()
74 char *ns, *cptype; in get_element() local
77 parse_namespace(type, &cptype, &ns); in get_element()
81 int type_len = strlen(cptype); in get_element()
87 memcpy(nscat+ns_len+1, cptype, type_len); in get_element()
102 efree(cptype); in get_element()
H A Dphp_encoding.c537 char *ns, *cptype; in master_to_zval_int() local
540 parse_namespace(type_attr->children->content, &cptype, &ns); in master_to_zval_int()
546 smart_str_appends(&nscat, cptype); in master_to_zval_int()
548 efree(cptype); in master_to_zval_int()
2811 char *ns, *cptype; in guess_zval_convert() local
2818 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert()
2820 add_property_string(&soapvar, "enc_stype", cptype); in guess_zval_convert()
2824 efree(cptype); in guess_zval_convert()

Completed in 32 milliseconds