Searched refs:cptype (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_schema.c | 1643 char *cptype, *str_ns; in schema_element() local 1649 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element() 1652 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_element() 1655 if (cptype) {efree(cptype);} in schema_element() 1782 char *cptype, *str_ns; in schema_attribute() local 1788 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute() 1791 newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_attribute() 1794 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 | 562 char *ns, *cptype; in master_to_zval_int() local 565 parse_namespace(type_attr->children->content, &cptype, &ns); in master_to_zval_int() 571 smart_str_appends(&nscat, cptype); in master_to_zval_int() 573 efree(cptype); in master_to_zval_int() 2981 char *ns, *cptype; in guess_zval_convert() local 2991 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert() 2993 add_property_string(soapvar, "enc_stype", cptype, 1); in guess_zval_convert() 2997 efree(cptype); in guess_zval_convert()
|
Completed in 31 milliseconds