Home
last modified time | relevance | path

Searched refs:encoders (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/soap/
H A Dphp_sdl.c1548 encodePtr *encoders; in get_sdl_from_cache() local
1621 encoders[0] = NULL; in get_sdl_from_cache()
1669 sdl_deserialize_key(sdl->encoders, encoders[i], &in); in get_sdl_from_cache()
1786 efree(encoders); in get_sdl_from_cache()
2195 if (sdl->encoders) { in add_sdl_to_cache()
2251 if (sdl->encoders) { in add_sdl_to_cache()
3020 if (sdl->encoders) { in make_persistent_sdl()
3146 if (tmp->encoders) { in delete_psdl_int()
3148 free(tmp->encoders); in delete_psdl_int()
3416 if (tmp->encoders) { in delete_sdl_impl()
[all …]
H A Dphp_sdl.h55 HashTable *encoders; /* array of encodePtr */ member
H A Dphp_schema.c51 if (sdl->encoders == NULL) { in create_encoder()
52 sdl->encoders = emalloc(sizeof(HashTable)); in create_encoder()
53 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in create_encoder()
59 if ((enc_ptr = zend_hash_find_ptr(sdl->encoders, nscat.s)) != NULL) { in create_encoder()
80 zend_hash_update_ptr(sdl->encoders, nscat.s, enc); in create_encoder()
330 if (sdl->encoders == NULL) { in schema_simpleType()
331 sdl->encoders = emalloc(sizeof(HashTable)); in schema_simpleType()
332 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in schema_simpleType()
1385 if (sdl->encoders == NULL) { in schema_complexType()
1386 sdl->encoders = emalloc(sizeof(HashTable)); in schema_complexType()
[all …]
H A Dphp_encoding.c270 if (sdl && sdl->encoders) { in find_encoder_by_type_name()
273 ZEND_HASH_FOREACH_PTR(sdl->encoders, enc) { in find_encoder_by_type_name()
/PHP-8.2/ext/zlib/tests/
H A Dbug_34821.phpt2 Bug #34821 (zlib encoders fail on widely varying binary data)
/PHP-8.2/
H A DNEWS658 . Fix potential crash with an edge case of persistent encoders. (nielsdos)

Completed in 44 milliseconds