Searched refs:encoders (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_sdl.c | 1541 encodePtr *encoders; in get_sdl_from_cache() local 1614 encoders[0] = NULL; in get_sdl_from_cache() 1662 sdl_deserialize_key(sdl->encoders, encoders[i], &in); in get_sdl_from_cache() 1779 efree(encoders); in get_sdl_from_cache() 2196 if (sdl->encoders) { in add_sdl_to_cache() 2249 if (sdl->encoders) { in add_sdl_to_cache() 3032 if (sdl->encoders) { in make_persistent_sdl() 3165 if (tmp->encoders) { in delete_psdl() 3167 free(tmp->encoders); in delete_psdl() 3436 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 (zend_hash_find(sdl->encoders, nscat.c, nscat.len + 1, (void**)&enc_ptr) == SUCCESS) { in create_encoder() 83 zend_hash_update(sdl->encoders, nscat.c, nscat.len + 1, &enc, sizeof(encodePtr), NULL); 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() 1378 if (sdl->encoders == NULL) { in schema_complexType() 1379 sdl->encoders = emalloc(sizeof(HashTable)); in schema_complexType() [all …]
|
H A D | php_encoding.c | 279 if (sdl && sdl->encoders) { in find_encoder_by_type_name() 283 for (zend_hash_internal_pointer_reset_ex(sdl->encoders, &pos); in find_encoder_by_type_name() 284 zend_hash_get_current_data_ex(sdl->encoders, (void **) &enc, &pos) == SUCCESS; in find_encoder_by_type_name() 285 zend_hash_move_forward_ex(sdl->encoders, &pos)) { in find_encoder_by_type_name()
|
/PHP-5.3/ext/zlib/tests/ |
H A D | bug_34821.phpt | 2 Bug #34821 (zlib encoders fail on widely varying binary data)
|
/PHP-5.3/ |
H A D | NEWS | 6274 - Fixed bug #34821 (zlib encoders fail on widely varying binary data on
|
Completed in 52 milliseconds