search.h

来自「harvest是一个下载html网页得机器人」· C头文件 代码 · 共 44 行

H
44
字号
/*** Copyright (C) 1995, Enterprise Integration Technologies Corp.        ** All Rights Reserved.** Kevin Hughes, kevinh@eit.com ** 3/11/94**** Added getMetaName & isMetaName ** to support METADATA** G. Hill 3/18/97 ghill@library.berkeley.edu*/void search();struct swline *fixnot();struct swline *expandstar();char *getmatchword();void getheader();void readoffsets();void readstopwords();void readfileoffsets();void readMetaNames();int getMetaName();struct result *parseterm();struct result *operate();char *lookupfile();struct result *getfileinfo();int isrule();int isbooleanrule();int isunaryrule();int isMetaName();int getrulenum();struct result *andresultlists();struct result *orresultlists();struct result *notresultlist();struct result *addtoresultlist();struct sortresult *addsortresult();void printsortedresults();void getrawindexline();int isokindexheader();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?