Searched refs:hdf_get_int_value (Results 1 - 11 of 11) sorted by relevance

/external/clearsilver/imd/
H A Dimd.c632 i = hdf_get_int_value(obj, "height", -1);
646 i = hdf_get_int_value(obj, "width", -1);
752 thumb_width = hdf_get_int_value (cgi->hdf, "ThumbWidth", 120);
753 thumb_height = hdf_get_int_value (cgi->hdf, "ThumbWidth", 90);
754 pic_width = hdf_get_int_value (cgi->hdf, "PictureWidth", 120);
755 pic_height = hdf_get_int_value (cgi->hdf, "PictureWidth", 90);
761 rotate = hdf_get_int_value(cgi->hdf, "Query.rotate", 0);
815 x = hdf_get_int_value (cgi->hdf, buf, -1);
830 x = hdf_get_int_value (cgi->hdf, buf, -1);
880 thumb_width = hdf_get_int_value (cg
[all...]
/external/clearsilver/util/test/
H A Dhdftest.c86 x = hdf_get_int_value (hdf, "Beware.The.Ides", 0);
89 ne_warn("hdf_get_int_value returned %d, expected 3", x);
/external/clearsilver/java-jni/
H A Dj_neo_cs.c135 do_debug = hdf_get_int_value(cs->hdf, "ClearSilver.DisplayDebug", 0);
136 ws_strip_level = hdf_get_int_value(cs->hdf, "ClearSilver.WhiteSpaceStrip", 0);
H A Dj_neo_util.c105 r = hdf_get_int_value(hdf, hdfname, default_value);
/external/clearsilver/cgi/
H A Dcgi.c560 if (hdf_get_int_value(cgi->hdf, "Config.DebugEnabled", 0) &&
688 int unlink_files = hdf_get_int_value(cgi->hdf, "Config.Upload.Unlink", 1);
827 if (hdf_get_int_value (cgi->hdf, "Config.NoCache", 0))
1070 if (hdf_get_int_value(cgi->hdf, "Config.DebugEnabled", 0) &&
1072 do_timefooter = hdf_get_int_value (cgi->hdf, "Config.TimeFooter", 1);
1073 ws_strip_level = hdf_get_int_value (cgi->hdf, "Config.WhiteSpaceStrip", 1);
1082 if (is_html && hdf_get_int_value (cgi->hdf, "Config.CompressionEnabled", 0))
1329 if (hdf_get_int_value(cgi->hdf, "Config.DebugEnabled", 0) &&
1447 int port = hdf_get_int_value(cgi->hdf, "CGI.ServerPort", 80);
H A Drfc2388.c368 int unlink_files = hdf_get_int_value(cgi->hdf, "Config.Upload.Unlink", 1);
559 l = hdf_get_int_value (cgi->hdf, "CGI.ContentLength", -1);
595 n = hdf_get_int_value (cgi->hdf, "PUT.FileHandle", -1);
600 n = hdf_get_int_value (cgi->hdf, buf, -1);
/external/clearsilver/util/
H A Dneo_hdf.h100 * Function: hdf_get_int_value - Return the integer value of a point in
102 * Description: hdf_get_int_value walks the HDF data set pointed to by
113 int hdf_get_int_value (HDF *hdf, const char *name, int defval);
H A Dneo_hdf.c293 int hdf_get_int_value (HDF *hdf, const char *name, int defval) function
/external/clearsilver/python/
H A Dneo_util.c132 r = hdf_get_int_value (ho->data, name, d);
/external/clearsilver/ruby/ext/hdf/
H A Dneo_util.c171 r = hdf_get_int_value (hdfh->hdf, name, d);
/external/clearsilver/cs/
H A Dcsparse.c4126 my_parse->audit_mode = hdf_get_int_value(hdf, "Config.EnableAuditMode", 0);

Completed in 68 milliseconds