Searched refs:fileload (Results 1 - 4 of 4) sorted by relevance

/external/clearsilver/cs/
H A Dcs.h292 CSFILELOAD fileload; member in struct:_parse
413 * Function: cs_register_fileload - register a fileload function
414 * Description: cs_register_fileload registers a fileload function that
421 * This fileload function will be used by cs_parse, including
425 * fileload - a CSFILELOAD function
431 void cs_register_fileload(CSPARSE *parse, void *ctx, CSFILELOAD fileload);
H A Dcsparse.c411 if (parse->fileload)
413 err = parse->fileload(parse->fileload_ctx, parse->hdf, path, &ibuf);
4180 my_parse->fileload = parent->fileload;
4197 void cs_register_fileload(CSPARSE *parse, void *ctx, CSFILELOAD fileload) { argument
4200 parse->fileload = fileload;
/external/clearsilver/util/
H A Dneo_hdf.h72 HDFFILELOAD fileload; member in struct:_hdf
567 * Function: hdf_register_fileload - register a fileload function
568 * Description: hdf_register_fileload registers a fileload function that
577 * fileload - a HDFFILELOAD function
583 void hdf_register_fileload(HDF *hdf, void *ctx, HDFFILELOAD fileload);
H A Dneo_hdf.c1836 if (top->fileload)
1838 err = top->fileload(top->fileload_ctx, hdf, path, &ibuf);
1860 void hdf_register_fileload(HDF *hdf, void *ctx, HDFFILELOAD fileload) argument
1865 hdf->fileload = fileload;

Completed in 58 milliseconds