代码搜索:buf
找到约 10,000 项符合「buf」的源代码
代码结果 10,000
www.eeworm.com/read/351276/10666651
o buf.o
www.eeworm.com/read/351276/10667628
c buf.c
#define __BUF_C__
#include "version.h"
#include
#include
#include
#include "buf.h"
#include "handletime.h"
static int UNIT;
static int UNITNUMBER;
static int memconfi
www.eeworm.com/read/272813/10943198
h buf.h
#ifndef _BUF_H
#define _BUF_H
#include "db.h"
#include "page.h"
#define NUMBUF 50 // Default number of frames, small number for debugging.
// **************** ALL BELOW are purely local
www.eeworm.com/read/272813/10943239
c buf.c
#include
#include "buf.h"
// ************** ALL BELOW are purely local to buffer Manager *******
static const char *bufErrMsgs[] = {
"hash table error",
www.eeworm.com/read/272811/10943272
h buf.h
#ifndef _BUF_H
#define _BUF_H
#include "db.h"
#include "page.h"
#define NUMBUF 50 // Default number of frames, small number for debugging.
// **************** ALL BELOW are purely local
www.eeworm.com/read/272811/10943497
c buf.c
//#include
#include "buf.h"
#include
// ************** ALL BELOW are purely local to buffer Manager *******
static const char *bufErrMsgs[] = {
"hash table
www.eeworm.com/read/468180/6994760
h buf.h
/**
* buf.h - A shared buffer and related calls.
*
* Copyright (C) 2008 ZhangHu
* All rights reserved.
* E-MAIL: anmnmnly@gmail.com
*
* This program is free software: you can redistribute
www.eeworm.com/read/468180/6994777
c buf.c
/**
* buf.c - A shared buffer and related calls.
*
* Copyright (C) 2008 ZhangHu
* All rights reserved.
* E-MAIL: anmnmnly@gmail.com
*
* This program is free software: you can redistribute
www.eeworm.com/read/457187/7332956
buf afiedt.buf
declare
cursor c1 is
select max(total),min(total) from mvpstudent;
c_maxtot mvpstudent.total%type;
c_mintot mvpstudent.total%type;
begin
open c1;
fetch c1 into c_maxtot,c_mintot;
dbms_output.p