HomeSort by relevance Sort by last modified time
    Searched refs:hdf_get_copy (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/util/
neo_hdf.h 128 * hdf_get_copy
168 * Function: hdf_get_copy - Returns a copy of a string in the HDF data set
169 * Description: hdf_get_copy is similar to hdf_get_value, except that it
179 NEOERR* hdf_get_copy (HDF *hdf, const char *name, char **value,
neo_hdf.c 348 NEOERR* hdf_get_copy (HDF *hdf, const char *name, char **value, function
    [all...]
  /external/clearsilver/cgi/
cgi.c 427 err = hdf_get_copy (cgi->hdf, "HTTP.Cookie", &cookie, NULL);
547 err = hdf_get_copy (cgi->hdf, "CGI.QueryString", &query, NULL);
1084 err = hdf_get_copy (cgi->hdf, "HTTP.AcceptEncoding", &s, NULL);
    [all...]
  /external/clearsilver/cs/
csparse.c     [all...]

Completed in 37 milliseconds