Searched refs:cb_count (Results 1 – 3 of 3) sorted by relevance
/external/curl/tests/libtest/ |
D | lib655.c | 27 static int cb_count = 0; variable 35 cb_count++; in resolver_alloc_cb_fail() 50 cb_count++; in resolver_alloc_cb_pass() 100 if(cb_count != 2) { in test() 101 fprintf(stderr, "Unexpected number of callbacks: %d\n", cb_count); in test()
|
/external/libnfnetlink/src/ |
D | libnfnetlink.c | 77 u_int8_t cb_count; member 318 u_int8_t cb_count, u_int32_t subscriptions) in nfnl_subsys_open() argument 320 return nfnl_subsys_open2 (nfnlh, subsys_id, cb_count, subscriptions, true); in nfnl_subsys_open() 341 u_int8_t cb_count, u_int32_t subscriptions, bool bind) in nfnl_subsys_open2() argument 359 ssh->cb = calloc(cb_count, sizeof(*(ssh->cb))); in nfnl_subsys_open2() 364 ssh->cb_count = cb_count; in nfnl_subsys_open2() 393 ssh->cb_count = 0; in nfnl_subsys_close() 1204 if (type >= ssh->cb_count) { in nfnl_callback_register() 1226 if (type >= ssh->cb_count) { in nfnl_callback_unregister() 1259 if (type >= ssh->cb_count) in nfnl_check_attributes() [all …]
|
/external/libnfnetlink/include/libnfnetlink/ |
D | linux_nfnetlink.h | 69 __u8 cb_count; /* number of callbacks */ member
|