HomeSort by relevance Sort by last modified time
    Searched defs:fileload (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/util/
neo_hdf.h 72 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);
  /external/clearsilver/cs/
cs.h 292 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);

Completed in 879 milliseconds