Home
last modified time | relevance | path

Searched refs:hdf_get_value (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/p5-ClearSilver/clearsilver-0.10.5/util/test/
H A Dhdf_sort_test.c15 aVal = atof(hdf_get_value(*a,"val","0")); in TestCompare()
16 bVal = atof(hdf_get_value(*b,"val","0")); in TestCompare()
18 …intf("TestCompare aVal=%f [%s] bVal=%f [%s]\n",aVal,hdf_get_value(*a,"name","?"),bVal,hdf_get_val… in TestCompare()
H A Dhdftest.c100 v = hdf_get_value(hdf, "Symlink.baz", "notfound"); in main()
107 v = hdf_get_value(hdf, "Symlink.baz", "notfound"); in main()
115 v = hdf_get_value(hdf, "Symlink.baz.too", "newtoo"); in main()
121 v = hdf_get_value(hdf, "Destination.Foo.too", "newtoo"); in main()
H A Dhdf_copy_test.c23 …while (hdf_get_obj(cur_node,"next_stage") && strcmp(hdf_get_value(cur_node,"Bucket.FieldId",""),"Q… in main()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/util/test/
H A Dhdf_sort_test.c15 aVal = atof(hdf_get_value(*a,"val","0")); in TestCompare()
16 bVal = atof(hdf_get_value(*b,"val","0")); in TestCompare()
18 …intf("TestCompare aVal=%f [%s] bVal=%f [%s]\n",aVal,hdf_get_value(*a,"name","?"),bVal,hdf_get_val… in TestCompare()
H A Dhdftest.c100 v = hdf_get_value(hdf, "Symlink.baz", "notfound"); in main()
107 v = hdf_get_value(hdf, "Symlink.baz", "notfound"); in main()
115 v = hdf_get_value(hdf, "Symlink.baz.too", "newtoo"); in main()
121 v = hdf_get_value(hdf, "Destination.Foo.too", "newtoo"); in main()
H A Dhdf_copy_test.c23 …while (hdf_get_obj(cur_node,"next_stage") && strcmp(hdf_get_value(cur_node,"Bucket.FieldId",""),"Q… in main()
/dports/www/clearsilver/clearsilver-0.10.5/util/test/
H A Dhdf_sort_test.c15 aVal = atof(hdf_get_value(*a,"val","0")); in TestCompare()
16 bVal = atof(hdf_get_value(*b,"val","0")); in TestCompare()
18 …intf("TestCompare aVal=%f [%s] bVal=%f [%s]\n",aVal,hdf_get_value(*a,"name","?"),bVal,hdf_get_val… in TestCompare()
H A Dhdftest.c100 v = hdf_get_value(hdf, "Symlink.baz", "notfound"); in main()
107 v = hdf_get_value(hdf, "Symlink.baz", "notfound"); in main()
115 v = hdf_get_value(hdf, "Symlink.baz.too", "newtoo"); in main()
121 v = hdf_get_value(hdf, "Destination.Foo.too", "newtoo"); in main()
H A Dhdf_copy_test.c23 …while (hdf_get_obj(cur_node,"next_stage") && strcmp(hdf_get_value(cur_node,"Bucket.FieldId",""),"Q… in main()
/dports/www/clearsilver/clearsilver-0.10.5/cgi/
H A Dcgi.c382 l = hdf_get_value (cgi->hdf, "CGI.ContentLength", NULL); in _parse_post_form()
715 l = hdf_get_value(cgi->hdf, "CGI.PathInfo", NULL); in cgi_parse()
841 s = hdf_get_value (obj, "Status", NULL); in cgi_headers()
845 s = hdf_get_value (obj, "Location", NULL); in cgi_headers()
861 charset = hdf_get_value (obj, "charset", NULL); in cgi_headers()
862 s = hdf_get_value (obj, "ContentType", "text/html"); in cgi_headers()
1068 s = hdf_get_value (cgi->hdf, "Query.debug", NULL); in cgi_output()
1109 e = hdf_get_value (cgi->hdf, "HTTP.Accept", NULL); in cgi_output()
1327 debug = hdf_get_value (cgi->hdf, "Query.debug", NULL); in cgi_display()
1440 host = hdf_get_value (cgi->hdf, "HTTP.Host", NULL); in cgi_vredirect()
[all …]
H A Dstatic.c62 cs_file = hdf_get_value(cgi->hdf, "CGI.PathTranslated", NULL); in main()
124 cs_file = hdf_get_value (cgi->hdf, "CGI.StaticContent", cs_file); in main()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/cgi/
H A Dcgi.c382 l = hdf_get_value (cgi->hdf, "CGI.ContentLength", NULL); in _parse_post_form()
715 l = hdf_get_value(cgi->hdf, "CGI.PathInfo", NULL); in cgi_parse()
841 s = hdf_get_value (obj, "Status", NULL); in cgi_headers()
845 s = hdf_get_value (obj, "Location", NULL); in cgi_headers()
861 charset = hdf_get_value (obj, "charset", NULL); in cgi_headers()
862 s = hdf_get_value (obj, "ContentType", "text/html"); in cgi_headers()
1068 s = hdf_get_value (cgi->hdf, "Query.debug", NULL); in cgi_output()
1109 e = hdf_get_value (cgi->hdf, "HTTP.Accept", NULL); in cgi_output()
1327 debug = hdf_get_value (cgi->hdf, "Query.debug", NULL); in cgi_display()
1440 host = hdf_get_value (cgi->hdf, "HTTP.Host", NULL); in cgi_vredirect()
[all …]
H A Dstatic.c62 cs_file = hdf_get_value(cgi->hdf, "CGI.PathTranslated", NULL); in main()
124 cs_file = hdf_get_value (cgi->hdf, "CGI.StaticContent", cs_file); in main()
H A Drfc2388.c305 hdf_get_value(cgi->hdf, "Config.Upload.TmpDir", "/var/tmp")); in open_upload()
560 ct_hdr = hdf_get_value (cgi->hdf, "CGI.ContentType", NULL); in parse_rfc2388()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/cgi/
H A Dcgi.c382 l = hdf_get_value (cgi->hdf, "CGI.ContentLength", NULL); in _parse_post_form()
715 l = hdf_get_value(cgi->hdf, "CGI.PathInfo", NULL); in cgi_parse()
841 s = hdf_get_value (obj, "Status", NULL); in cgi_headers()
845 s = hdf_get_value (obj, "Location", NULL); in cgi_headers()
861 charset = hdf_get_value (obj, "charset", NULL); in cgi_headers()
862 s = hdf_get_value (obj, "ContentType", "text/html"); in cgi_headers()
1068 s = hdf_get_value (cgi->hdf, "Query.debug", NULL); in cgi_output()
1109 e = hdf_get_value (cgi->hdf, "HTTP.Accept", NULL); in cgi_output()
1327 debug = hdf_get_value (cgi->hdf, "Query.debug", NULL); in cgi_display()
1440 host = hdf_get_value (cgi->hdf, "HTTP.Host", NULL); in cgi_vredirect()
[all …]
H A Dstatic.c62 cs_file = hdf_get_value(cgi->hdf, "CGI.PathTranslated", NULL); in main()
124 cs_file = hdf_get_value (cgi->hdf, "CGI.StaticContent", cs_file); in main()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/csharp/
H A DCS.cs28 private static unsafe extern string hdf_get_value(HDF *hdf, in hdf_get_value() method in Clearsilver.Hdf
67 return hdf_get_value(hdf_root,name,defvalue); in getValue()
/dports/www/clearsilver/clearsilver-0.10.5/csharp/
H A DCS.cs28 private static unsafe extern string hdf_get_value(HDF *hdf, in hdf_get_value() method in Clearsilver.Hdf
67 return hdf_get_value(hdf_root,name,defvalue); in getValue()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/csharp/
H A DCS.cs28 private static unsafe extern string hdf_get_value(HDF *hdf, in hdf_get_value() method in Clearsilver.Hdf
67 return hdf_get_value(hdf_root,name,defvalue); in getValue()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/imd/
H A Dimd.c745 base = hdf_get_value (cgi->hdf, "BASEDIR", NULL); in dowork_picture()
843 avi = hdf_get_value (cgi->hdf, buf, NULL); in dowork_picture()
935 base = hdf_get_value (cgi->hdf, "BASEDIR", NULL); in dowork_album()
1021 if_mod = hdf_get_value(cgi->hdf, "HTTP.IfModifiedSince", NULL); in dowork_image()
1023 basepath = hdf_get_value(cgi->hdf, "BASEDIR", NULL); in dowork_image()
1096 imd_file = hdf_get_value(cgi->hdf, "CGI.PathTranslated", NULL); in main()
1107 cs_file = hdf_get_value(cgi->hdf, "Template", NULL); in main()
1108 image = hdf_get_value(cgi->hdf, "Query.image", NULL); in main()
1109 album = hdf_get_value(cgi->hdf, "Query.album", ""); in main()
1110 picture = hdf_get_value(cgi->hdf, "Query.picture", NULL); in main()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/imd/
H A Dimd.c745 base = hdf_get_value (cgi->hdf, "BASEDIR", NULL); in dowork_picture()
843 avi = hdf_get_value (cgi->hdf, buf, NULL); in dowork_picture()
935 base = hdf_get_value (cgi->hdf, "BASEDIR", NULL); in dowork_album()
1021 if_mod = hdf_get_value(cgi->hdf, "HTTP.IfModifiedSince", NULL); in dowork_image()
1023 basepath = hdf_get_value(cgi->hdf, "BASEDIR", NULL); in dowork_image()
1096 imd_file = hdf_get_value(cgi->hdf, "CGI.PathTranslated", NULL); in main()
1107 cs_file = hdf_get_value(cgi->hdf, "Template", NULL); in main()
1108 image = hdf_get_value(cgi->hdf, "Query.image", NULL); in main()
1109 album = hdf_get_value(cgi->hdf, "Query.album", ""); in main()
1110 picture = hdf_get_value(cgi->hdf, "Query.picture", NULL); in main()
/dports/www/clearsilver/clearsilver-0.10.5/imd/
H A Dimd.c745 base = hdf_get_value (cgi->hdf, "BASEDIR", NULL); in dowork_picture()
843 avi = hdf_get_value (cgi->hdf, buf, NULL); in dowork_picture()
935 base = hdf_get_value (cgi->hdf, "BASEDIR", NULL); in dowork_album()
1021 if_mod = hdf_get_value(cgi->hdf, "HTTP.IfModifiedSince", NULL); in dowork_image()
1023 basepath = hdf_get_value(cgi->hdf, "BASEDIR", NULL); in dowork_image()
1096 imd_file = hdf_get_value(cgi->hdf, "CGI.PathTranslated", NULL); in main()
1107 cs_file = hdf_get_value(cgi->hdf, "Template", NULL); in main()
1108 image = hdf_get_value(cgi->hdf, "Query.image", NULL); in main()
1109 album = hdf_get_value(cgi->hdf, "Query.album", ""); in main()
1110 picture = hdf_get_value(cgi->hdf, "Query.picture", NULL); in main()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/util/
H A Dneo_hdf.h130 char *hdf_get_value (HDF *hdf, const char *name, const char *defval);
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/util/
H A Dneo_hdf.h130 char *hdf_get_value (HDF *hdf, const char *name, const char *defval);
/dports/www/clearsilver/clearsilver-0.10.5/util/
H A Dneo_hdf.h130 char *hdf_get_value (HDF *hdf, const char *name, const char *defval);

12