Home
last modified time | relevance | path

Searched refs:opj_realloc (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_malloc.h170 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
D0034-opj_malloc.patch146 -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)
Dfunction_list.c81 new_procedures = (opj_procedure*)opj_realloc( in opj_procedure_list_add_procedure()
Dj2k.c1963 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 …]
Dtgt.c179 opj_tgt_node_t* new_nodes = (opj_tgt_node_t*) opj_realloc(p_tree->nodes, in opj_tgt_init()
Dt2.c1370 (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()
Dthread.c559 new_key_val = (opj_tls_key_val_t*) opj_realloc(tls->key_val, in opj_tls_set()
Dtcd.c865 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()
Dt1.c1983 cblkdata = (OPJ_BYTE*)opj_realloc(t1->cblkdatabuffer, in opj_t1_decode_cblk()
Djp2.c2365 OPJ_BYTE* new_current_data = (OPJ_BYTE*)opj_realloc(l_current_data, in opj_jp2_read_header_procedure()