Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_sdl.c1541 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()
3033 if (sdl->encoders) { in make_persistent_sdl()
3166 if (tmp->encoders) { in delete_psdl()
3168 free(tmp->encoders); in delete_psdl()
3437 if (tmp->encoders) { in delete_sdl_impl()
[all …]
H A Dphp_sdl.h58 HashTable *encoders; /* array of encodePtr */ member
H A Dphp_schema.c54 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()
1386 if (sdl->encoders == NULL) { in schema_complexType()
1387 sdl->encoders = emalloc(sizeof(HashTable)); in schema_complexType()
[all …]
H A Dphp_encoding.c279 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.5/ext/zlib/tests/
H A Dbug_34821.phpt2 Bug #34821 (zlib encoders fail on widely varying binary data)
/PHP-5.5/
H A DNEWS9324 - Fixed bug #34821 (zlib encoders fail on widely varying binary data on

Completed in 60 milliseconds