Searched refs:cptype (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 1659 char *cptype, *str_ns; in schema_element() local 1665 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element() 1668 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_element() 1671 if (cptype) {efree(cptype);} in schema_element() 1806 char *cptype, *str_ns; in schema_attribute() local 1812 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute() 1815 newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_attribute() 1818 if (cptype) {efree(cptype);} in schema_attribute()
|
H A D | php_sdl.c | 53 char *ns, *cptype; in get_encoder_from_prefix() local 55 parse_namespace(type, &cptype, &ns); in get_encoder_from_prefix() 58 enc = get_encoder(sdl, (char*)nsptr->href, cptype); in get_encoder_from_prefix() 60 enc = get_encoder_ex(sdl, cptype, strlen(cptype)); in get_encoder_from_prefix() 65 efree(cptype); in get_encoder_from_prefix() 76 char *ns, *cptype; in get_element() local 79 parse_namespace(type, &cptype, &ns); in get_element() 83 int type_len = strlen(cptype); in get_element() 89 memcpy(nscat+ns_len+1, cptype, type_len); in get_element() 104 efree(cptype); in get_element()
|
H A D | php_encoding.c | 567 char *ns, *cptype; in master_to_zval_int() local 570 parse_namespace(type_attr->children->content, &cptype, &ns); in master_to_zval_int() 576 smart_str_appends(&nscat, cptype); in master_to_zval_int() 578 efree(cptype); in master_to_zval_int() 2968 char *ns, *cptype; in guess_zval_convert() local 2976 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert() 2978 add_property_string(soapvar, "enc_stype", cptype, 1); in guess_zval_convert() 2982 efree(cptype); in guess_zval_convert()
|
Completed in 40 milliseconds