Home | History | Annotate | Download | only in tools

Lines Matching refs:alloc

896    void         (*alloc)(struct file*,int idat);
1024 const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int))
1050 file->alloc = alloc;
1582 * NOTE: this routine must onely be called from the file alloc routine!
1789 * structure using the file alloc routine.
1791 * NOTE: this routine must only be called from the file alloc routine!
1811 file->alloc(file, 0/*chunk*/);
1814 /* And store this for cleanup (and to check for double alloc or failure to
2841 file->alloc(file, 0/*chunk*/);
2844 file->alloc(file, 1/*IDAT*/);