Searched refs:cli_notify_recv (Results 1 – 6 of 6) sorted by relevance
/dports/net/samba412/samba-4.12.15/source3/torture/ |
H A D | test_notify.c | 135 status = cli_notify_recv(subreq, state, &num_changes, &changes); in wait_for_one_notify_done() 393 status = cli_notify_recv(subreq, state, &num_changes, &changes); in notify_bench3_notify_done()
|
H A D | test_notify_online.c | 114 status = cli_notify_recv(subreq, state, &num_changes, &changes); in notify_online_notify_callback()
|
H A D | torture.c | 10668 status = cli_notify_recv(subreq, state, &num_changes, &changes); in swallow_notify_done()
|
/dports/net/samba412/samba-4.12.15/source3/libsmb/ |
H A D | proto.h | 657 NTSTATUS cli_notify_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
|
H A D | libsmb_dir.c | 2509 status = cli_notify_recv(subreq, state, &num_changes, &changes); in smbc_notify_cb_got_changes()
|
H A D | clifile.c | 6217 NTSTATUS cli_notify_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, in cli_notify_recv() function 6265 status = cli_notify_recv(req, mem_ctx, pnum_changes, pchanges); in cli_notify()
|