Searched refs:cptype (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_schema.c | 1677 char *cptype, *str_ns; in schema_element() local 1683 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element() 1686 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_element() 1689 if (cptype) {efree(cptype);} in schema_element() 1825 char *cptype, *str_ns; in schema_attribute() local 1831 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute() 1834 newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_attribute() 1837 if (cptype) {efree(cptype);} in schema_attribute()
|
H A D | php_sdl.c | 52 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 D | php_encoding.c | 534 char *ns, *cptype; in master_to_zval_int() local 537 parse_namespace(type_attr->children->content, &cptype, &ns); in master_to_zval_int() 543 smart_str_appends(&nscat, cptype); in master_to_zval_int() 545 efree(cptype); in master_to_zval_int() 2883 char *ns, *cptype; in guess_zval_convert() local 2889 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert() 2891 ZVAL_STRING(Z_VAR_ENC_STYPE_P(&soapvar), cptype); in guess_zval_convert() 2895 efree(cptype); in guess_zval_convert()
|
Completed in 32 milliseconds