Searched refs:HDF (Results 1 - 25 of 50) sorted by relevance

12

/external/clearsilver/util/
H A Dneo_hdf.h23 typedef struct _hdf HDF; typedef in typeref:struct:_hdf
28 * zip file, etc. The HDF is provided so you can choose to use the
32 * your top level HDF node.
37 typedef NEOERR* (*HDFFILELOAD)(void *ctx, HDF *hdf, const char *filename,
76 * Function: hdf_init - Initialize an HDF data set
77 * Description: hdf_init initializes an HDF data set and returns the
79 * Input: hdf - pointer to an HDF pointer
83 NEOERR* hdf_init (HDF **hdf);
86 * Function: hdf_destroy - deallocate an HDF data set
88 * with an hdf data set. Although you can pass an HDF nod
[all...]
H A Drcfs.h28 NEOERR * rcfs_meta_load (const char *path, HDF **meta);
29 NEOERR * rcfs_meta_save (const char *path, HDF *meta);
H A Dneo_hdf.c33 * we are merely using part of the HDF name for lookup, and that might
38 * it, we use the HDF node itself as the key, and have specific
44 HDF *ha = (HDF *)a;
45 HDF *hb = (HDF *)b;
52 HDF *ha = (HDF *)a;
56 static NEOERR *_alloc_hdf (HDF **hdf, const char *name, size_t nlen,
57 const char *value, int dup, int wf, HDF *to
[all...]
H A Drcfs.c35 NEOERR * rcfs_meta_load (const char *path, HDF **meta)
39 HDF *m;
55 static NEOERR * _meta_save (const char *path, HDF *meta)
75 NEOERR * rcfs_meta_save (const char *path, HDF *meta)
79 HDF *m;
104 HDF *meta, *vers;
127 HDF *meta = NULL, *vers;
/external/clearsilver/java-jni/
H A Dj_neo_util.h13 HDF *hdf;
17 NEOERR *jni_fileload_cb(void *ctx, HDF *hdf, const char *filename,
H A DCSFileLoader.java15 * @param hdf the HDF structure associated with HDF or CS object making the
20 public String load(HDF hdf, String filename) throws IOException;
H A DCS.java9 protected HDF globalHDF;
10 protected HDF localHDF;
16 public CS(HDF ho) {
22 // Construct with global HDF to search if local HDF returns null
23 public CS(HDF ho, HDF global) {
32 // Specify a new/different global HDF
33 public void setGlobalHDF(HDF global) {
39 public HDF getGlobalHD
[all...]
H A DCSUtil.java20 * provided HDF.
21 * @param hdf an HDF structure containing load paths.
25 public static List<String> getLoadPaths(HDF hdf) {
27 HDF loadpathsHdf = hdf.getObj(HDF_LOADPATHS);
29 throw new NullPointerException("No HDF loadpaths located in the specified"
30 + " HDF structure");
32 for (HDF lpHdf = loadpathsHdf.objChild(); lpHdf != null;
H A Dj_neo_util.c75 HDF *hdf = NULL;
87 HDF *hdf = (HDF *)hdf_obj_ptr;
94 HDF *hdf = (HDF *)hdf_obj_ptr;
114 HDF *hdf = (HDF *)hdf_obj_ptr;
144 HDF *hdf = (HDF *)hdf_obj_ptr;
175 HDF *hd
[all...]
H A DCSTest.java7 import org.clearsilver.HDF;
18 org.clearsilver.HDF hdf = new HDF();
20 System.out.println("Testing HDF set and dump\n");
25 System.out.println("Testing HDF get\n");
33 System.out.println("Testing HDF setSymLink\n");
40 System.out.println("Testing HDF get where default value is null\n");
49 System.out.println("Testing HDF get int\n");
56 System.out.println("Testing HDF parse/render\n");
89 System.out.println("Final HDF dum
[all...]
H A DHDF.java10 /** This class is a wrapper around the HDF C API. Many features of the C API
13 public class HDF { class
14 long hdfptr; // stores the C HDF* pointer
15 HDF root; // If this is a child HDF node, points at the root node of
23 /** Constructs an empty HDF dataset */
24 public HDF() { method in class:HDF
29 /** Constructs an HDF child node. Used by other methods in this class when
32 private HDF(long hdfptr, HDF paren method in class:HDF
[all...]
/external/clearsilver/ruby/ext/hdf/
H A Dneo_ruby.h6 HDF *hdf;
/external/clearsilver/cgi/
H A Ddate.h19 NEOERR *export_date_tm (HDF *obj, const char *prefix, struct tm *ttm);
20 NEOERR *export_date_time_t (HDF *obj, const char *prefix, const char *timezone,
/external/clearsilver/csharp/
H A DCS.cs8 public unsafe struct HDF {}; struct in namespace:Clearsilver
14 private static extern unsafe NEOERR* hdf_init(HDF **foo);
16 // NEOERR* hdf_set_value (HDF *hdf, char *name, char *value)
18 private static unsafe extern NEOERR* hdf_set_value(HDF *hdf,
24 // char* hdf_get_value (HDF *hdf, char *name, char *defval)
28 private static unsafe extern string hdf_get_value(HDF *hdf,
34 // NEOERR* hdf_dump (HDF *hdf, char *prefix);
38 HDF *hdf,
42 // HDF* hdf_get_obj (HDF *hd
[all...]
/external/clearsilver/dso/
H A Ddsotest.c6 HDF *hdf;
/external/clearsilver/util/test/
H A Dhdf_sort_test.c11 HDF **a = (HDF **)pa;
12 HDF **b = (HDF **)pb;
25 void TestSort(HDF* hdf)
51 HDF *hdf;
H A Dhdf_dealloc_test.c11 HDF *hdf = NULL;
H A Dhdf_copy_test.c11 HDF *hdf_1, *hdf_2;
12 HDF *cur_node,*last_node;
H A Dhdf_hash_test.c11 HDF *hdf, *h2;
H A Dhdftest.c42 HDF **ha = (HDF **)a;
43 HDF **hb = (HDF **)b;
53 HDF *hdf;
/external/clearsilver/java-jni/servlet/
H A DHelloCSServlet.java27 HDF hdf = new HDF();
/external/clearsilver/perl/
H A DClearSilver.xs11 HDF* hdf;
44 HDF** hdf_a;
45 HDF** hdf_b;
54 hdf_a = (HDF**)in_a;
55 hdf_b = (HDF**)in_b;
68 sv_setref_pv(sv_a, "ClearSilver::HDF", (void*)&a);
71 sv_setref_pv(sv_b, "ClearSilver::HDF", (void*)&b);
99 MODULE = ClearSilver PACKAGE = ClearSilver::HDF PREFIX = perlhdf_
101 ClearSilver::HDF
120 ClearSilver::HDF hd
[all...]
/external/clearsilver/cs/
H A Dcsdump.c30 HDF *hdf;
H A Dcs.h153 HDF *h;
195 * zip file, etc. The HDF is provided so you can choose to use the
200 typedef NEOERR* (*CSFILELOAD)(void *ctx, HDF *hdf, const char *filename,
267 char *tag; /* Usually cs, but can be set via HDF Config.TagStart */
277 HDF *hdf;
296 HDF *global_hdf;
306 * hdf - the HDF dataset to be used during parsing and rendering
315 NEOERR *cs_init (CSPARSE **parse, HDF *hdf);
344 * parse tree. During parse, the only HDF variables which
364 * side-effects, it updates the HDF dat
[all...]
/external/clearsilver/python/
H A Dp_neo_util.h24 /* external HDF object interface. */
28 #define P_HDF_TO_OBJECT_PROTO (HDF *data, int dealloc)
31 #define P_OBJECT_TO_HDF_RETURN HDF *

Completed in 166 milliseconds

12