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

  /external/clearsilver/cs/
cs.h 296 HDF *global_hdf; member in struct:_parse
csparse.c 420 if (parse->global_hdf && nerr_handle(&err, NERR_NOT_FOUND))
421 err = hdf_search_path(parse->global_hdf, path, fpath);
757 if (ret_hdf == NULL && parse->global_hdf != NULL) {
758 ret_hdf = hdf_get_obj (parse->global_hdf, name);
876 if (retval == NULL && parse->global_hdf != NULL) {
877 retval = hdf_get_value (parse->global_hdf, name, NULL);
    [all...]
  /external/clearsilver/java-jni/
j_neo_cs.c 179 cs->global_hdf = hdf;

Completed in 35 milliseconds