Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c43 int (*test_cb)(struct addrinfo *)) in verify_res()
64 if (test_cb) in verify_res()
65 ret |= test_cb(p); in verify_res()
110 int (*test_cb)(struct addrinfo *)) in check_addrinfo()
129 verify_res(res, type, servnum, test_cb); in check_addrinfo()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/
Dmain.c138 test_cb(struct lejp_ctx *ctx, char reason) in test_cb() function
163 lejp_construct(&ctx, test_cb, NULL, tok, LWS_ARRAY_SIZE(tok)); in main()
/third_party/openssl/test/
Dendecode_test.c155 tester *test_cb, checker *check_cb, in test_encode_decode() argument
206 && !test_cb(file, line, encoded, encoded_len, encoded2, encoded2_len)) in test_encode_decode()
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py92 def test_cb(arg1, **kw): function
95 test_cb, "hi", **{"msg": "there"}),
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c4496 test_cb(struct lecp_ctx *ctx, char reason) in test_cb() function
4626 lecp_construct(&ctx, test_cb, &priv, tok, LWS_ARRAY_SIZE(tok)); in main()