newreq            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)
newreq            443 source3/lib/ldb/common/ldb.c 	if (newreq == NULL) return LDB_ERR_OPERATIONS_ERROR;
newreq            448 source3/lib/ldb/common/ldb.c 		return ldb_set_timeout(ldb, newreq, 0);
newreq            453 source3/lib/ldb/common/ldb.c 	newreq->starttime = oldreq->starttime;
newreq            454 source3/lib/ldb/common/ldb.c 	newreq->timeout = oldreq->timeout - (now - oldreq->starttime);
newreq            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);
newreq            312 source4/dsdb/samdb/ldb_modules/proxy.c 	struct ldb_request *newreq;
newreq            355 source4/dsdb/samdb/ldb_modules/proxy.c 		  ldb_filter_from_tree(ac, newreq->op.search.tree), ldb_dn_get_linearized(newreq->op.search.base));
newreq            360 source4/dsdb/samdb/ldb_modules/proxy.c 	ret = ldb_build_search_req_ex(&newreq, ldb, ac,
newreq            369 source4/dsdb/samdb/ldb_modules/proxy.c 	ret = ldb_request(proxy->upstream, newreq);
newreq            373 source4/dsdb/samdb/ldb_modules/proxy.c 	ret = ldb_wait(newreq->handle, LDB_WAIT_ALL);
newreq            511 source4/lib/ldb/common/ldb.c 				  struct ldb_request *newreq)
newreq            513 source4/lib/ldb/common/ldb.c 	if (newreq == NULL) return LDB_ERR_OPERATIONS_ERROR;
newreq            516 source4/lib/ldb/common/ldb.c 		return ldb_set_timeout(ldb, newreq, 0);
newreq            519 source4/lib/ldb/common/ldb.c 	newreq->starttime = oldreq->starttime;
newreq            520 source4/lib/ldb/common/ldb.c 	newreq->timeout = oldreq->timeout;
newreq            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);