HomeSort by: relevance | last modified time | path
    Searched defs:FORM (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
lua-bozo.c 12 * 2. Redistributions in binary form must reproduce the above copyright
52 #define FORM "application/x-www-form-urlencoded"
413 (type && *type && !strcmp(type, FORM))) {
417 if (type && *type && !strcmp(type, FORM)) {
  /src/lib/libform/
form.h 1 /* $NetBSD: form.h,v 1.23 2015/09/07 15:50:49 joerg Exp $ */
52 /* form options */
58 #define O_ACTIVE (0x002) /* Field is active in the form */
70 * Form driver requests - be VERY careful about changing the ordering
71 * of the requests below. The form driver code depends on a particular
77 #define REQ_NEXT_PAGE (KEY_MAX + 0x101) /* next page in form */
78 #define REQ_PREV_PAGE (KEY_MAX + 0x102) /* previous page in form */
79 #define REQ_FIRST_PAGE (KEY_MAX + 0x103) /* goto first page in form */
80 #define REQ_LAST_PAGE (KEY_MAX + 0x104) /* goto last page in form */
186 typedef struct _form_struct FORM;
    [all...]

Completed in 12 milliseconds