oldreq            439 source3/lib/ldb/common/ldb.c int ldb_set_timeout_from_prev_req(struct ldb_context *ldb, struct ldb_request *oldreq, struct ldb_request *newreq)
oldreq            447 source3/lib/ldb/common/ldb.c 	if (oldreq == NULL)
oldreq            450 source3/lib/ldb/common/ldb.c 	if ((now - oldreq->starttime) > oldreq->timeout) {
oldreq            453 source3/lib/ldb/common/ldb.c 	newreq->starttime = oldreq->starttime;
oldreq            454 source3/lib/ldb/common/ldb.c 	newreq->timeout = oldreq->timeout - (now - oldreq->starttime);
oldreq            778 source3/lib/ldb/include/ldb.h int ldb_set_timeout_from_prev_req(struct ldb_context *ldb, struct ldb_request *oldreq, struct ldb_request *newreq);
oldreq            510 source4/lib/ldb/common/ldb.c 				  struct ldb_request *oldreq,
oldreq            515 source4/lib/ldb/common/ldb.c 	if (oldreq == NULL) {
oldreq            519 source4/lib/ldb/common/ldb.c 	newreq->starttime = oldreq->starttime;
oldreq            520 source4/lib/ldb/common/ldb.c 	newreq->timeout = oldreq->timeout;
oldreq            801 source4/lib/ldb/include/ldb.h int ldb_set_timeout_from_prev_req(struct ldb_context *ldb, struct ldb_request *oldreq, struct ldb_request *newreq);
oldreq            138 source4/libcli/raw/rawnotify.c NTSTATUS smb_raw_ntcancel(struct smbcli_request *oldreq)
oldreq            142 source4/libcli/raw/rawnotify.c 	req = smbcli_request_setup_transport(oldreq->transport, SMBntcancel, 0, 0);
oldreq            144 source4/libcli/raw/rawnotify.c 	SSVAL(req->out.hdr, HDR_MID, SVAL(oldreq->out.hdr, HDR_MID));	
oldreq            145 source4/libcli/raw/rawnotify.c 	SSVAL(req->out.hdr, HDR_PID, SVAL(oldreq->out.hdr, HDR_PID));	
oldreq            146 source4/libcli/raw/rawnotify.c 	SSVAL(req->out.hdr, HDR_TID, SVAL(oldreq->out.hdr, HDR_TID));	
oldreq            147 source4/libcli/raw/rawnotify.c 	SSVAL(req->out.hdr, HDR_UID, SVAL(oldreq->out.hdr, HDR_UID));	
oldreq            158 source4/libcli/raw/rawnotify.c 	if (!talloc_reference(oldreq, req)) {
oldreq            165 source4/libcli/raw/rawnotify.c 	DLIST_ADD_END(oldreq->ntcancel, req, struct smbcli_request *);