libhfs.c | 70 hfs_callbacks hfs_gcb; /* global callbacks */ variable in typeref:typename:hfs_callbacks 106 memcpy(&hfs_gcb, in_callbacks, sizeof(hfs_callbacks)); 2205 if (hfs_gcb.error != NULL) { 2207 hfs_gcb.error(in_format, in_file, in_line, ap); 2215 if (hfs_gcb.allocmem != NULL) 2216 return hfs_gcb.allocmem(size, cbargs); 2224 if (hfs_gcb.reallocmem != NULL) 2225 return hfs_gcb.reallocmem(ptr, size, cbargs); 2233 if (hfs_gcb.freemem != NULL && ptr != NULL) 2234 hfs_gcb.freemem(ptr, cbargs) [all...] |