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

  /external/clearsilver/imd/
imd.c 632 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 (cgi->hdf, "ThumbWidth", 120)
    [all...]
  /external/clearsilver/util/test/
hdftest.c 86 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/
j_neo_cs.c 135 do_debug = hdf_get_int_value(cs->hdf, "ClearSilver.DisplayDebug", 0);
136 ws_strip_level = hdf_get_int_value(cs->hdf, "ClearSilver.WhiteSpaceStrip", 0);
j_neo_util.c 105 r = hdf_get_int_value(hdf, hdfname, default_value);
  /external/clearsilver/cgi/
cgi.c 560 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))
    [all...]
rfc2388.c 368 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/
neo_hdf.h 100 * 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);
neo_hdf.c 293 int hdf_get_int_value (HDF *hdf, const char *name, int defval) function
    [all...]
  /external/clearsilver/python/
neo_util.c 132 r = hdf_get_int_value (ho->data, name, d);
  /external/clearsilver/ruby/ext/hdf/
neo_util.c 171 r = hdf_get_int_value (hdfh->hdf, name, d);
  /external/clearsilver/cs/
csparse.c     [all...]

Completed in 75 milliseconds