OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDFFILELOAD
(Results
1 - 2
of
2
) sorted by null
/external/clearsilver/util/
neo_hdf.h
25
/*
HDFFILELOAD
is a callback function to intercept file load requests and
37
typedef NEOERR* (*
HDFFILELOAD
)(void *ctx, HDF *hdf, const char *filename,
72
HDFFILELOAD
fileload;
576
* ctx - pointer that is passed to the
HDFFILELOAD
function when called
577
* fileload - a
HDFFILELOAD
function
583
void hdf_register_fileload(HDF *hdf, void *ctx,
HDFFILELOAD
fileload);
neo_hdf.c
[
all
...]
Completed in 117 milliseconds