DIR_STRUCT_SIZE   529 source3/libsmb/clilist.c 	return(DIR_STRUCT_SIZE);
DIR_STRUCT_SIZE   545 source3/libsmb/clilist.c 	int num_asked = (cli->max_xmit - 100)/DIR_STRUCT_SIZE;
DIR_STRUCT_SIZE   599 source3/libsmb/clilist.c 				received*DIR_STRUCT_SIZE) {
DIR_STRUCT_SIZE   606 source3/libsmb/clilist.c 			dirlist,(num_received + received)*DIR_STRUCT_SIZE);
DIR_STRUCT_SIZE   615 source3/libsmb/clilist.c 		memcpy(dirlist+num_received*DIR_STRUCT_SIZE,
DIR_STRUCT_SIZE   616 source3/libsmb/clilist.c 		       p,received*DIR_STRUCT_SIZE);
DIR_STRUCT_SIZE   618 source3/libsmb/clilist.c 		memcpy(status,p + ((received-1)*DIR_STRUCT_SIZE),21);
DIR_STRUCT_SIZE   660 source3/libsmb/clilist.c 		p += DIR_STRUCT_SIZE;
DIR_STRUCT_SIZE   102 source3/smbd/dir.c 	memset(buf+21,'\0',DIR_STRUCT_SIZE-21);
DIR_STRUCT_SIZE  1411 source3/smbd/reply.c 		char buf[DIR_STRUCT_SIZE];
DIR_STRUCT_SIZE  1438 source3/smbd/reply.c 			 /DIR_STRUCT_SIZE));
DIR_STRUCT_SIZE  1458 source3/smbd/reply.c 				char buf[DIR_STRUCT_SIZE];
DIR_STRUCT_SIZE  1512 source3/smbd/reply.c 	SSVAL(req->outbuf,smb_vwv1,3 + numentries * DIR_STRUCT_SIZE);
DIR_STRUCT_SIZE  1514 source3/smbd/reply.c 	SSVAL(smb_buf(req->outbuf),1,numentries*DIR_STRUCT_SIZE);