Home
last modified time | relevance | path

Searched refs:clark_notation (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/soap/
H A Dphp_encoding.h184 zend_string *clark_notation; member
H A Dphp_sdl.c155 if (new_enc->details.clark_notation) { in get_encoder()
157 bool was_persistent = GC_FLAGS(new_enc->details.clark_notation) & IS_STR_PERSISTENT; in get_encoder()
159 …new_enc->details.clark_notation = zend_string_dup(new_enc->details.clark_notation, sdl->is_persist… in get_encoder()
161 zend_string_addref(new_enc->details.clark_notation); in get_encoder()
1393 …enc->details.clark_notation = zend_strpprintf(0, "{%s}%s", enc->details.ns, enc->details.type_str); in sdl_deserialize_encoder()
2826 penc->details.clark_notation = zend_string_dup(penc->details.clark_notation, 1); in make_persistent_sdl_encoder()
H A Dphp_encoding.c276 if (enc->details.clark_notation in find_encoder_by_type_name()
277 && strcmp(ZSTR_VAL(enc->details.clark_notation), type) == 0) { in find_encoder_by_type_name()
1391 if (type->clark_notation != NULL) { in to_zval_object_ex()
1392 classname = zend_hash_find_deref(SOAP_GLOBAL(class_map), type->clark_notation); in to_zval_object_ex()
3654 if (t->details.clark_notation) { in delete_encoder()
3655 zend_string_release_ex(t->details.clark_notation, 0); in delete_encoder()
3669 if (t->details.clark_notation) { in delete_encoder_persistent()
3670 zend_string_release_ex(t->details.clark_notation, 1); in delete_encoder_persistent()
H A Dphp_schema.c67 if (enc->details.clark_notation) { in create_encoder()
68 zend_string_release_ex(enc->details.clark_notation, 0); in create_encoder()
80 …enc->details.clark_notation = zend_strpprintf(0, "{%s}%s", enc->details.ns, enc->details.type_str); in create_encoder()
359 …cur_type->encode->details.clark_notation = zend_strpprintf(0, "{%s}%s", cur_type->encode->details.… in schema_simpleType()
1417 …cur_type->encode->details.clark_notation = zend_strpprintf(0, "{%s}%s", cur_type->encode->details.… in schema_complexType()
H A Dsoap.c411 char *ns_type, *clark_notation; in php_soap_prepare_globals() local
412 …size_t clark_notation_len = spprintf(&clark_notation, 0, "{%s}%s", enc->details.ns, enc->details.t… in php_soap_prepare_globals()
413 enc->details.clark_notation = zend_string_init(clark_notation, clark_notation_len, true); in php_soap_prepare_globals()
416 efree(clark_notation); in php_soap_prepare_globals()
458 if (defaultEncoding[i].details.clark_notation) { in PHP_MSHUTDOWN_FUNCTION()
459 zend_string_release_ex(defaultEncoding[i].details.clark_notation, 1); in PHP_MSHUTDOWN_FUNCTION()

Completed in 46 milliseconds