HomeSort by relevance Sort by last modified time
    Searched full:ret_hdf (Results 1 - 1 of 1) sorted by null

  /external/clearsilver/cs/
csparse.c 740 HDF *ret_hdf; local
756 ret_hdf = hdf_get_obj (parse->hdf, name);
757 if (ret_hdf == NULL && parse->global_hdf != NULL) {
758 ret_hdf = hdf_get_obj (parse->global_hdf, name);
760 return ret_hdf;
    [all...]

Completed in 1272 milliseconds