Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_schema.c1661 char *cptype, *str_ns; in schema_element() local
1667 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element()
1670 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_element()
1673 if (cptype) {efree(cptype);} in schema_element()
1808 char *cptype, *str_ns; in schema_attribute() local
1814 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute()
1817 newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_attribute()
1820 if (cptype) {efree(cptype);} in schema_attribute()
H A Dphp_sdl.c54 char *ns, *cptype; in get_encoder_from_prefix() local
56 parse_namespace(type, &cptype, &ns); in get_encoder_from_prefix()
59 enc = get_encoder(sdl, (char*)nsptr->href, cptype); in get_encoder_from_prefix()
61 enc = get_encoder_ex(sdl, cptype, strlen(cptype)); in get_encoder_from_prefix()
66 efree(cptype); in get_encoder_from_prefix()
77 char *ns, *cptype; in get_element() local
80 parse_namespace(type, &cptype, &ns); in get_element()
84 int type_len = strlen(cptype); in get_element()
90 memcpy(nscat+ns_len+1, cptype, type_len); in get_element()
105 efree(cptype); in get_element()
H A Dphp_encoding.c541 char *ns, *cptype; in master_to_zval_int() local
544 parse_namespace(type_attr->children->content, &cptype, &ns); in master_to_zval_int()
550 smart_str_appends(&nscat, cptype); in master_to_zval_int()
552 efree(cptype); in master_to_zval_int()
2848 char *ns, *cptype; in guess_zval_convert() local
2855 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert()
2857 add_property_string(&soapvar, "enc_stype", cptype); in guess_zval_convert()
2861 efree(cptype); in guess_zval_convert()

Completed in 54 milliseconds