REQ_OVER_ALLOCATION  105 source4/libcli/raw/rawrequest.c 	req->out.allocated = req->out.size + REQ_OVER_ALLOCATION; 
REQ_OVER_ALLOCATION  226 source4/libcli/raw/rawrequest.c 	req->out.allocated = req->out.size + delta + REQ_OVER_ALLOCATION;
REQ_OVER_ALLOCATION   88 source4/smb_server/smb/request.c 	req->out.allocated = req->out.size + REQ_OVER_ALLOCATION; 
REQ_OVER_ALLOCATION  126 source4/smb_server/smb/request.c 	req->out.allocated = req->out.size + REQ_OVER_ALLOCATION; 
REQ_OVER_ALLOCATION  249 source4/smb_server/smb/request.c 	req->out.allocated = req->out.size + delta + REQ_OVER_ALLOCATION;