ntcancel          258 source4/libcli/raw/libcliraw.h 	struct smbcli_request *ntcancel;
ntcancel          109 source4/libcli/raw/rawnotify.c 	struct smbcli_request *ntcancel;
ntcancel          113 source4/libcli/raw/rawnotify.c 	if (!req->ntcancel) return req;
ntcancel          118 source4/libcli/raw/rawnotify.c 		ntcancel = req->ntcancel;
ntcancel          119 source4/libcli/raw/rawnotify.c 		DLIST_REMOVE(req->ntcancel, ntcancel);
ntcancel          165 source4/libcli/raw/rawnotify.c 	DLIST_ADD_END(oldreq->ntcancel, req, struct smbcli_request *);