代码搜索:Buffer

找到约 10,000 项符合「Buffer」的源代码

代码结果 10,000
www.eeworm.com/read/197452/7992952

h buffer.h

/* * * buffer.h Copyright (C) 2006 Michael H. Overlin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/197288/8005793

h buffer.h

#ifndef CB__BUFFER_H #define CB__BUFFER_H #include namespace Colosseum { template class Buffer { public: Buffer (unsigned int size = 0) ; Buffer (const
www.eeworm.com/read/197058/8032953

cpp buffer.cpp

/* Author: Jianfei Zhu Concordia University Date: Sep. 26, 2003 Copyright (c) 2003, Concordia University, Montreal, Canada All rights reserved. Redistribution and use in sour
www.eeworm.com/read/197058/8032954

h buffer.h

/* Author: Jianfei Zhu Concordia University Date: Sep. 26, 2003 Copyright (c) 2003, Concordia University, Montreal, Canada All rights reserved. Redistribution and use in sour
www.eeworm.com/read/396741/8092352

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except f
www.eeworm.com/read/195641/8136920

dll buffer.dll

www.eeworm.com/read/247327/12665529

h buffer.h

/** * buffer.h * * Short Message Abstractive Library.(SMAL) * * Copyright 2003-2006 北京风起水流软件工作室 * * http://www.zealware.com * * princetoad@gmail.com * */ #ifndef _SMAL_BUFF
www.eeworm.com/read/333485/12678500

h buffer.h

#ifndef _BUFFER_H_ #define _BUFFER_H_ typedef struct buffer { char *p; // point to buffer unsigned long size; // size unsigned long length; // payload length unsigned long maxsize; // } b
www.eeworm.com/read/333485/12678505

c buffer.c

#include #include #include #include #include "buffer.h" buffer_t *buffer_create(unsigned long size, unsigned long maxsize) { buffer_t *buf; if (size ==
www.eeworm.com/read/246850/12701118

htm buffer.htm

Linux/fs/buffer.c