Searched refs:_hdf_read_string (Results 1 – 1 of 1) sorted by relevance
/external/clearsilver/util/ |
D | neo_hdf.c | 1558 static NEOERR* _hdf_read_string (HDF *hdf, const char **str, STRING *line, in _hdf_read_string() function 1692 err = _hdf_read_string (lower, str, line, path, lineno, include_handle); in _hdf_read_string() 1770 err = _hdf_read_string(hdf, &str, &line, "<string>", &lineno, INCLUDE_ERROR); in hdf_read_string() 1781 err = _hdf_read_string(hdf, &str, &line, "<string>", &lineno, in hdf_read_string_ignore() 1854 err = _hdf_read_string(hdf, &ptr, &line, path, &lineno, INCLUDE_FILE); in hdf_read_file()
|