Searched refs:opj_realloc (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_malloc.h | 170 void * OPJ_CALLCONV opj_realloc(void * m, size_t s); 174 #define opj_realloc(m, s) ((size_t)(s) >= (size_t)-0x100 ? NULL : realloc(m, s)) macro 176 #define opj_realloc(m, s) realloc(m, s) macro
|
D | 0034-opj_malloc.patch | 146 -void * opj_realloc(void * m, size_t s); 148 +void * OPJ_CALLCONV opj_realloc(void * m, size_t s); 152 +#define opj_realloc(m, s) ((size_t)(s) >= (size_t)-0x100 ? NULL : realloc(m, s)) 154 +#define opj_realloc(m, s) realloc(m, s)
|
D | function_list.c | 81 new_procedures = (opj_procedure*)opj_realloc( in opj_procedure_list_add_procedure()
|
D | j2k.c | 1963 OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_siz() 2484 OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_com() 2568 OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_cod() 2771 new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_coc() 2973 OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_qcd() 3070 OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_qcc() 3274 OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_poc() 3820 new_ppm_markers = (opj_ppx *) opj_realloc(l_cp->ppm_markers, in opj_j2k_read_ppm() 4046 new_ppt_markers = (opj_ppx *) opj_realloc(l_tcp->ppt_markers, in opj_j2k_read_ppt() 4146 OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc( in opj_j2k_write_tlm() [all …]
|
D | tgt.c | 179 opj_tgt_node_t* new_nodes = (opj_tgt_node_t*) opj_realloc(p_tree->nodes, in opj_tgt_init()
|
D | t2.c | 1370 (opj_tcd_seg_data_chunk_t*)opj_realloc(l_cblk->chunks, in opj_t2_read_packet_data() 1530 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
|
D | thread.c | 559 new_key_val = (opj_tls_key_val_t*) opj_realloc(tls->key_val, in opj_tls_set()
|
D | tcd.c | 865 opj_tcd_resolution_t* new_resolutions = (opj_tcd_resolution_t *) opj_realloc( in opj_tcd_init_tile() 1018 opj_tcd_precinct_t * new_precincts = (opj_tcd_precinct_t *) opj_realloc( in opj_tcd_init_tile() 1094 void *new_blocks = opj_realloc(l_current_precinct->cblks.blocks, in opj_tcd_init_tile()
|
D | t1.c | 1983 cblkdata = (OPJ_BYTE*)opj_realloc(t1->cblkdatabuffer, in opj_t1_decode_cblk()
|
D | jp2.c | 2365 OPJ_BYTE* new_current_data = (OPJ_BYTE*)opj_realloc(l_current_data, in opj_jp2_read_header_procedure()
|