Home
last modified time | relevance | path

Searched refs:eok (Results 1 – 4 of 4) sorted by relevance

/external/libmicrohttpd/src/testzzuf/
Dtest_post.c95 int *eok = cls; in post_iterator() local
99 (*eok) |= 1; in post_iterator()
102 (*eok) |= 2; in post_iterator()
115 static int eok; in ahc_echo() local
127 eok = 0; in ahc_echo()
128 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
132 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo()
Dtest_post_form.c92 int *eok = cls; in post_iterator() local
101 (*eok) |= 1; in post_iterator()
104 (*eok) |= 2; in post_iterator()
118 static int eok; in ahc_echo() local
130 eok = 0; in ahc_echo()
131 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
137 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo()
/external/libmicrohttpd/src/testcurl/
Dtest_postform.c100 int *eok = cls; in post_iterator() local
107 (*eok) |= 1; in post_iterator()
110 (*eok) |= 2; in post_iterator()
124 static int eok; in ahc_echo() local
137 eok = 0; in ahc_echo()
138 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
144 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo()
Dtest_post.c106 int *eok = cls; in post_iterator() local
110 (*eok) |= 1; in post_iterator()
113 (*eok) |= 2; in post_iterator()
127 static int eok; in ahc_echo() local
140 eok = 0; in ahc_echo()
141 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
145 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo()