Home
last modified time | relevance | path

Searched refs:make_form (Results 1 – 5 of 5) sorted by relevance

/external/libmicrohttpd/src/testcurl/
Dtest_postform.c160 make_form () in make_form() function
196 pd = make_form (); in testInternalPost()
252 pd = make_form (); in testMultithreadedPost()
309 pd = make_form (); in testMultithreadedPoolPost()
375 pd = make_form (); in testExternalPost()
/external/libmicrohttpd/src/testzzuf/
Dtest_post_form.c153 make_form () in make_form() function
193 pd = make_form (); in testInternalPost()
244 pd = make_form (); in testMultithreadedPost()
312 pd = make_form (); in testExternalPost()
/external/python/cpython2/Doc/library/
Dfl.rst33 equivalent of :c:func:`fl_bgn_form` is called :func:`fl.make_form`.
60 .. function:: make_form(type, width, height)
165 Form objects (returned by :func:`make_form` above) have the following methods.
/external/python/cpython2/Lib/plat-irix5/
Dflp.py361 return fl.make_form(FL.NO_BOX, fdata.Width, fdata.Height)
/external/python/cpython2/Lib/plat-irix6/
Dflp.py360 return fl.make_form(FL.NO_BOX, fdata.Width, fdata.Height)