smb_flg          1592 source3/include/smb.h     ((CVAL(inbuf,smb_flg)&(FLAG_REQUEST_OPLOCK|FLAG_REQUEST_BATCH_OPLOCK))>>5)
smb_flg           641 source3/lib/util.c 			(int)CVAL(buf,smb_flg),
smb_flg           155 source3/libsmb/clientgen.c 		if (!(CVAL(cli->inbuf, smb_flg) & FLAG_REPLY) &&
smb_flg           380 source3/libsmb/clientgen.c 		SCVAL(buf,smb_flg,0x0);
smb_flg           383 source3/libsmb/clientgen.c 		SCVAL(buf,smb_flg,0x8);
smb_flg           214 source3/libsmb/cliprint.c 		SCVAL(cli->outbuf,smb_flg, CVAL(cli->outbuf,smb_flg)|
smb_flg            74 source3/smbd/negprot.c 	SCVAL(req->outbuf,smb_flg,FLAG_REPLY|FLAG_SUPPORT_LOCKREAD);
smb_flg           110 source3/smbd/negprot.c 	SCVAL(req->outbuf,smb_flg,FLAG_REPLY|FLAG_SUPPORT_LOCKREAD);
smb_flg           156 source3/smbd/negprot.c 	SCVAL(req->outbuf,smb_flg,FLAG_REPLY|FLAG_SUPPORT_LOCKREAD);
smb_flg          1359 source3/smbd/process.c 		if (!set_current_service(conn,SVAL(req->inbuf,smb_flg),
smb_flg          1526 source3/smbd/process.c 	SCVAL(outbuf,smb_flg, FLAG_REPLY | (CVAL(inbuf,smb_flg) & FLAG_CASELESS_PATHNAMES)); 
smb_flg          1710 source3/smbd/reply.c 		SCVAL(req->outbuf,smb_flg,
smb_flg          1711 source3/smbd/reply.c 		      CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg          1715 source3/smbd/reply.c 		SCVAL(req->outbuf,smb_flg,
smb_flg          1716 source3/smbd/reply.c 		      CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg          1887 source3/smbd/reply.c 		SCVAL(req->outbuf, smb_flg,
smb_flg          1888 source3/smbd/reply.c 		      CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg          1892 source3/smbd/reply.c 		SCVAL(req->outbuf, smb_flg,
smb_flg          1893 source3/smbd/reply.c 		      CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg          2048 source3/smbd/reply.c 		SCVAL(req->outbuf,smb_flg,
smb_flg          2049 source3/smbd/reply.c 				CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg          2053 source3/smbd/reply.c 		SCVAL(req->outbuf,smb_flg,
smb_flg          2054 source3/smbd/reply.c 				CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg          2212 source3/smbd/reply.c 		SCVAL(req->outbuf, smb_flg,
smb_flg          2213 source3/smbd/reply.c 		      CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg          2217 source3/smbd/reply.c 		SCVAL(req->outbuf, smb_flg,
smb_flg          2218 source3/smbd/reply.c 		      CVAL(req->outbuf,smb_flg)|CORE_OPLOCK_GRANTED);
smb_flg           229 source3/utils/log2pcaphex.c 	assert(fscanf(in, "  smb_flg=%d\n", &tmp)); buffer[smb_flg] = tmp; line_num++;