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

  /external/clearsilver/util/test/
hdf_sort_test.c 41 hdf_sort_obj(hdf_get_obj(hdf, "test"), TestCompare);
hdftest.c 139 hdf_sort_obj(hdf, sortByName);
  /external/clearsilver/util/
neo_hdf.h 419 * Function: hdf_sort_obj - sort the children of an HDF node
420 * Description: hdf_sort_obj will sort the children of an HDF node,
444 NEOERR *hdf_sort_obj(HDF *h, int (*compareFunc)(const void *, const void *));
neo_hdf.c 908 NEOERR *hdf_sort_obj (HDF *h, int (*compareFunc)(const void *, const void *)) function
    [all...]
  /external/clearsilver/perl/
ClearSilver.xs 323 err = hdf_sort_obj(hdf->hdf, sortFunction);

Completed in 101 milliseconds