Searched refs:encoders (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/soap/ |
H A D | php_sdl.c | 1537 encodePtr *encoders; in get_sdl_from_cache() local 1610 encoders[0] = NULL; in get_sdl_from_cache() 1658 sdl_deserialize_key(sdl->encoders, encoders[i], &in); in get_sdl_from_cache() 1775 efree(encoders); in get_sdl_from_cache() 2184 if (sdl->encoders) { in add_sdl_to_cache() 2240 if (sdl->encoders) { in add_sdl_to_cache() 2999 if (sdl->encoders) { in make_persistent_sdl() 3125 if (tmp->encoders) { in delete_psdl_int() 3127 free(tmp->encoders); in delete_psdl_int() 3400 if (tmp->encoders) { in delete_sdl_impl() [all …]
|
H A D | php_sdl.h | 58 HashTable *encoders; /* array of encodePtr */ member
|
H A D | php_schema.c | 54 if (sdl->encoders == NULL) { in create_encoder() 55 sdl->encoders = emalloc(sizeof(HashTable)); in create_encoder() 56 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in create_encoder() 62 if ((enc_ptr = zend_hash_find_ptr(sdl->encoders, nscat.s)) != NULL) { in create_encoder() 83 zend_hash_update_ptr(sdl->encoders, nscat.s, enc); in create_encoder() 333 if (sdl->encoders == NULL) { in schema_simpleType() 334 sdl->encoders = emalloc(sizeof(HashTable)); in schema_simpleType() 335 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in schema_simpleType() 1388 if (sdl->encoders == NULL) { in schema_complexType() 1389 sdl->encoders = emalloc(sizeof(HashTable)); in schema_complexType() [all …]
|
H A D | php_encoding.c | 274 if (sdl && sdl->encoders) { in find_encoder_by_type_name() 277 ZEND_HASH_FOREACH_PTR(sdl->encoders, enc) { in find_encoder_by_type_name()
|
/PHP-7.2/ext/zlib/tests/ |
H A D | bug_34821.phpt | 2 Bug #34821 (zlib encoders fail on widely varying binary data)
|
Completed in 32 milliseconds