代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/222534/14686778
h buffer.h
//////////////////////////////////////////////////////////////////////////////////////
#ifndef Buffer_h
#define Buffer_h
#include
#include
#include
//#includ
www.eeworm.com/read/221780/14722019
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
www.eeworm.com/read/221695/14729124
c buffer.c
/*
* linux/fs/buffer.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting an
www.eeworm.com/read/121395/14757577
h buffer.h
#ifndef BUFFER_H
#define BUFFER_H
typedef struct buffer {
char *x;
unsigned int p;
unsigned int n;
int fd;
int (*op)();
} buffer;
#define BUFFER_INIT(op,fd,buf,len) { (buf), 0, (len), (fd)
www.eeworm.com/read/121395/14757587
c buffer.c
#include "buffer.h"
void buffer_init(buffer *s,int (*op)(),int fd,char *buf,unsigned int len)
{
s->x = buf;
s->fd = fd;
s->op = op;
s->p = 0;
s->n = len;
}
www.eeworm.com/read/120089/14813099
c buffer.c
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting a interrupt change a buffer (except for the
* data, of course), but instead letting the
www.eeworm.com/read/119872/14819060
h buffer.h
/***********************************************************************/
/* buffer.h */
/* --------
www.eeworm.com/read/119872/14819063
c buffer.c
/***********************************************************************/
/* buffer.c */
/* --------
www.eeworm.com/read/119269/14835586
h buffer.h
/* crypto/buffer/buffer.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/118641/14860803
h buffer.h
/****************************************************************/
/* */
/* buffer.h