代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/127781/6000196
ver buffer.ver
#if defined(__module__athlon_up) || defined(__module__i686_up)
#define __ver_writeout_one_page _ver_str(35a23de1)
#define writeout_one_page _set_ver(writeout_one_page)
#elif defined(__module__i586_u
www.eeworm.com/read/127087/6008006
h buffer.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/126641/6014633
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/126641/6014634
c buffer.c
/* crypto/buffer/buffer.c */
/* 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/126641/6015496
pod buffer.pod
=pod
=head1 NAME
BUF_MEM_new, BUF_MEM_free, BUF_MEM_grow, BUF_strdup - simple
character arrays structure
=head1 SYNOPSIS
#include
BUF_MEM *BUF_MEM_new(void);
void BUF_MEM_f
www.eeworm.com/read/126641/6015771
c buffer.c
#include "tunala.h"
#ifndef NO_BUFFER
void buffer_init(buffer_t *buf)
{
buf->used = 0;
buf->total_in = buf->total_out = 0;
}
void buffer_close(buffer_t *buf)
{
/* Our data is static - nothing ne
www.eeworm.com/read/125688/6023481
c buffer.c
/*
* linux/fs/buffer.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* OSKit support added by the University of Utah, 1997
*/
/*
* 'buffer.c' implements the buffer-cache functions. Race-c
www.eeworm.com/read/125688/6023510
c buffer.c
/*
* linux/fs/fat/buffer.c
*
*
*/
#include
#include
#include
#include
#include
#include
#if 0
#
www.eeworm.com/read/125052/6034544
java buffer.java
/*
Copyright (C) 2002-2004 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
published by the Free
www.eeworm.com/read/123322/6060520
cxx buffer.cxx
//==========================================================================
//
// buffer.cxx
//
// Memory buffered trace and assert functions
//
//==========================================