Home
last modified time | relevance | path

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

/PHP-8.4/ext/soap/
H A Dphp_sdl.c51 const char *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()
74 const char *cptype; in get_element() local
78 parse_namespace(type, &cptype, &ns); in get_element()
82 size_t type_len = strlen(cptype); in get_element()
88 memcpy(nscat+ns_len+1, cptype, type_len); in get_element()
H A Dphp_schema.c1682 const char *cptype; in schema_element() local
1689 parse_namespace(type->children->content, &cptype, &str_ns); in schema_element()
1692 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_element()
1830 const char *cptype; in schema_attribute() local
1837 parse_namespace(type->children->content, &cptype, &str_ns); in schema_attribute()
1840 newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_attribute()
H A Dphp_encoding.c542 const char *cptype; in master_to_zval_int() local
546 parse_namespace(type_attr->children->content, &cptype, &ns); in master_to_zval_int()
552 smart_str_appends(&nscat, cptype); in master_to_zval_int()
2896 const char *cptype; in guess_zval_convert() local
2903 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert()
2905 ZVAL_STRING(Z_VAR_ENC_STYPE_P(&soapvar), cptype); in guess_zval_convert()

Completed in 51 milliseconds