Home
last modified time | relevance | path

Searched refs:FM_POST (Results 1 – 7 of 7) sorted by relevance

/dports/www/links/links-2.25/
H A Djsint.c1721 case FM_POST: in js_upcall_get_form_method()
1754 case FM_POST: in js_upcall_get_form_encoding()
H A Dlinks.h2757 #define FM_POST 1 macro
H A Dview.c2233 if (form->method == FM_GET || form->method == FM_POST) in get_form_url()
2265 …if (form->method == FM_POST) add_to_str(&go, &l, cast_uchar "application/x-www-form-urlencoded\n"); in get_form_url()
H A Dhtml.c1689 form->method = FM_POST; in get_html_form()
/dports/www/links1/links-1.04/
H A Dlinks.h1632 #define FM_POST 1 macro
H A Dview.c1544 if (form->method == FM_GET || form->method == FM_POST) in get_form_url()
1572 if (form->method == FM_POST) add_to_str(&go, &l, "application/x-www-form-urlencoded\n"); in get_form_url()
H A Dhtml.c1116 form->method = FM_POST; in get_html_form()