HomeSort by: relevance | last modified time | path
    Searched refs:POST (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/external/bsd/atf/dist/atf-c/detail/
sanity.h 49 #define POST(x) \
65 #define POST(x) \
process.c 122 POST(stream_is_valid(sb));
138 POST(stream_is_valid(sb));
147 POST(stream_is_valid(sb));
158 POST(stream_is_valid(sb));
169 POST(stream_is_valid(sb));
sanity_test.c 54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
78 case post:
79 POST(td->m_cond);
137 case post:
195 ATF_TC(post); variable
196 ATF_TC_HEAD(post, tc)
198 atf_tc_set_md_var(tc, "descr", "Tests the POST macro");
200 ATF_TC_BODY(post, tc)
204 do_test(post, false);
205 do_test(post, true)
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
globals.cpp 64 POST(!Progname.empty());
  /src/external/mpl/bind/dist/tests/isc/
doh_test.c 96 static atomic_bool POST = true;
200 connect_send_request(isc_nm_t *mgr, const char *uri, bool post,
217 isc_nm_httpconnect(mgr, NULL, &tcp_listen_addr, uri, post,
336 atomic_store(&POST, false);
555 connect_send_request(connect_nm, req_url, atomic_load(&POST),
569 atomic_store(&POST, true);
574 atomic_store(&POST, false);
598 connect_send_request(connect_nm, req_url, atomic_load(&POST),
607 atomic_store(&POST, true);
612 atomic_store(&POST, false)
    [all...]
  /src/external/mit/libuv/dist/src/unix/
fs.c 139 #define POST \
1784 POST;
1796 POST;
1810 POST;
1820 POST;
1832 POST;
1846 POST;
1860 POST;
1870 POST;
1880 POST;
    [all...]
  /src/external/bsd/atf/dist/atf-c++/
config.cpp 67 POST(!m_variables.empty());
  /src/external/bsd/kyua-cli/dist/utils/
memory.cpp 162 POST(amount > -1);
sanity.hpp 151 #define POST(expr) _UTILS_ASSERT(utils::postcondition, expr, #expr)
  /src/external/bsd/atf/dist/atf-c/
config.c 105 POST(var->value != NULL);
error.c 117 POST(error_on_flight);
tp.c 188 POST(find_tc(tp, atf_tc_get_ident(tc)) != NULL);
  /src/tests/dev/audio/
h_pad.c 112 POST,
213 phase = POST;
216 } else if (phase == POST) {
224 errx(1, "bad post output: %08x", actual);
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.y 345 op->mode = POST;
353 op->mode = POST;
360 op->mode = POST;
367 op->mode = POST;
465 op->mode = POST;
473 op->mode = POST;
m68k-parse.h 315 POST,
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.y 345 op->mode = POST;
353 op->mode = POST;
360 op->mode = POST;
367 op->mode = POST;
465 op->mode = POST;
473 op->mode = POST;
m68k-parse.h 315 POST,
  /src/external/mit/libuv/dist/src/win/
fs.c 82 #define POST \
3237 POST;
3244 POST;
3277 POST;
3310 POST;
3325 POST;
3341 POST;
3358 POST;
3375 POST;
3389 POST;
    [all...]
  /src/external/mpl/bind/dist/fuzz/
main.c 121 POST(argc);
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-verify.c 304 POST(argc);
305 POST(argv);
  /src/external/mpl/bind/dist/bin/confgen/
rndc-confgen.c 212 POST(argv);
tsig-keygen.c 202 POST(argv);
  /src/external/mpl/bind/dist/lib/dns/
ttl.c 83 POST(src);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ttl.c 90 POST(src);
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
tests.sh 132 POST /xml/v3/status HTTP/1.0
143 POST /xml/v3/status HTTP/1.0
153 POST /xml/v3/status HTTP/1.0
163 POST /xml/v3/status HTTP/1.0
520 echo_i "Check HTTP/1.1 client-side pipelined requests are handled (POST) ($n)"
524 POST /xml/v3/status HTTP/1.1
530 POST /xml/v3/status HTTP/1.1

Completed in 86 milliseconds

1 2 3 4