Searched refs:test_cb (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/network/lib6/ |
D | getaddrinfo_01.c | 43 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/ |
D | main.c | 138 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/ |
D | endecode_test.c | 155 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/ |
D | test_widgets.py | 92 def test_cb(arg1, **kw): function 95 test_cb, "hi", **{"msg": "there"}),
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 4496 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()
|