PageRenderTime 111ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/gnib/logs/php-2.0.functions

https://bitbucket.org/StylusEater/portfolio
Unknown | 2122 lines | 2122 code | 0 blank | 0 comment | 0 complexity | 5ff9b88cbdd153340b1600355a8b0214 MD5 | raw file
Possible License(s): GPL-3.0, AGPL-3.0
  1. ADA_FETCHROW macro 114 ./php-2.0/src/parse.h #define ADA_FETCHROW 368
  2. ADA_FETCHROW macro 118 ./php-2.0/src/parse.c #define ADA_FETCHROW 368
  3. ADA_FIELDLEN macro 117 ./php-2.0/src/parse.h #define ADA_FIELDLEN 371
  4. ADA_FIELDLEN macro 121 ./php-2.0/src/parse.c #define ADA_FIELDLEN 371
  5. ADA_FIELDNAME macro 115 ./php-2.0/src/parse.h #define ADA_FIELDNAME 369
  6. ADA_FIELDNAME macro 119 ./php-2.0/src/parse.c #define ADA_FIELDNAME 369
  7. ADA_FIELDTYPE macro 116 ./php-2.0/src/parse.h #define ADA_FIELDTYPE 370
  8. ADA_FIELDTYPE macro 120 ./php-2.0/src/parse.c #define ADA_FIELDTYPE 370
  9. ADA_RESULTALL macro 113 ./php-2.0/src/parse.h #define ADA_RESULTALL 367
  10. ADA_RESULTALL macro 117 ./php-2.0/src/parse.c #define ADA_RESULTALL 367
  11. AF_UNIX macro 44 ./php-2.0/src/fsock.c #undef AF_UNIX
  12. AHEAD macro 60 ./php-2.0/src/regex/regcomp.c #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
  13. ALIGN_SIZE macro 221 ./php-2.0/src/local.c #define ALIGN_SIZE sizeof(double)
  14. ANDEQ macro 40 ./php-2.0/src/parse.h #define ANDEQ 294
  15. ANDEQ macro 44 ./php-2.0/src/parse.c #define ANDEQ 294
  16. ARRAY macro 8 ./php-2.0/src/parse.h #define ARRAY 262
  17. ARRAY macro 12 ./php-2.0/src/parse.c #define ARRAY 262
  18. ASSIGN macro 28 ./php-2.0/src/regex/regexec.c #define ASSIGN(d, s) ((d) = (s))
  19. ASSIGN macro 54 ./php-2.0/src/regex/regexec.c #undef ASSIGN
  20. ASSIGN macro 75 ./php-2.0/src/regex/regexec.c #define ASSIGN(d, s) memcpy(d, s, m->g->nstates)
  21. ASTERN macro 61 ./php-2.0/src/regex/regcomp.c #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
  22. AT macro 52 ./php-2.0/src/regex/engine.c #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
  23. AT macro 56 ./php-2.0/src/regex/engine.c #define AT(t, p1, p2, s1, s2) /* nothing */
  24. Abs function 580 ./php-2.0/src/calc.c void Abs(void) {
  25. AccessDir member 31 ./php-2.0/src/mod_php.h char *AccessDir;
  26. AccessDir variable 51 ./php-2.0/src/acc.c static char *AccessDir=NULL;
  27. AccessInfo struct 589 ./php-2.0/src/php.h typedef struct AccessInfo {
  28. AccessInfo typedef 596 ./php-2.0/src/php.h } AccessInfo;
  29. AdaConnList struct 75 ./php-2.0/src/adabasd.c typedef struct AdaConnList {
  30. AdaConnList typedef 79 ./php-2.0/src/adabasd.c } AdaConnList;
  31. AdaDB member 42 ./php-2.0/src/mod_php.h char *AdaDB;
  32. AdaPW member 41 ./php-2.0/src/mod_php.h char *AdaPW;
  33. AdaResult struct 61 ./php-2.0/src/adabasd.c typedef struct AdaResult {
  34. AdaResult typedef 66 ./php-2.0/src/adabasd.c } AdaResult;
  35. AdaResultList struct 68 ./php-2.0/src/adabasd.c typedef struct AdaResultList {
  36. AdaResultList typedef 73 ./php-2.0/src/adabasd.c } AdaResultList;
  37. AdaUser member 40 ./php-2.0/src/mod_php.h char *AdaUser;
  38. Ada_Field function 1015 ./php-2.0/src/adabasd.c void Ada_Field(int mode)
  39. Ada_close function 891 ./php-2.0/src/adabasd.c void Ada_close(void)
  40. Ada_closeAll function 299 ./php-2.0/src/adabasd.c void Ada_closeAll(void)
  41. Ada_connect function 814 ./php-2.0/src/adabasd.c void Ada_connect(void)
  42. Ada_exec function 328 ./php-2.0/src/adabasd.c void Ada_exec(void)
  43. Ada_fetchRow function 469 ./php-2.0/src/adabasd.c void Ada_fetchRow(int mode)
  44. Ada_fieldNum function 1095 ./php-2.0/src/adabasd.c void Ada_fieldNum(void)
  45. Ada_freeResult function 791 ./php-2.0/src/adabasd.c void Ada_freeResult(void)
  46. Ada_numFields function 976 ./php-2.0/src/adabasd.c void Ada_numFields(void)
  47. Ada_numRows function 934 ./php-2.0/src/adabasd.c void Ada_numRows(void)
  48. Ada_result function 541 ./php-2.0/src/adabasd.c void Ada_result(void)
  49. Ada_resultAll function 689 ./php-2.0/src/adabasd.c void Ada_resultAll(int mode)
  50. AddFile function 202 ./php-2.0/src/acc.c void AddFile(char *db, char *path) {
  51. AddRule function 166 ./php-2.0/src/acc.c void AddRule(char *db) {
  52. AddSlashes function 361 ./php-2.0/src/echo.c char *AddSlashes(char *string, int freeit) {
  53. AddToArgList function 1744 ./php-2.0/src/lex.c void AddToArgList(char *arg) {
  54. Array typedef 30 ./php-2.0/src/sort.c } Array;
  55. ArrayMax function 1586 ./php-2.0/src/var.c void ArrayMax(void) {
  56. ArrayMin function 1642 ./php-2.0/src/var.c void ArrayMin(void) {
  57. AutoAppendFile member 34 ./php-2.0/src/mod_php.h char *AutoAppendFile;
  58. AutoAppendFile variable 59 ./php-2.0/src/file.c static char *AutoAppendFile = NULL;
  59. AutoPrependFile member 33 ./php-2.0/src/mod_php.h char *AutoPrependFile;
  60. AutoPrependFile variable 58 ./php-2.0/src/file.c static char *AutoPrependFile = NULL;
  61. BACK macro 41 ./php-2.0/src/regex/regexec.c #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n))
  62. BACK macro 65 ./php-2.0/src/regex/regexec.c #undef BACK
  63. BACK macro 90 ./php-2.0/src/regex/regexec.c #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  64. BACKSL macro 449 ./php-2.0/src/regex/regcomp.c # define BACKSL (1<<CHAR_BIT)
  65. BAD macro 118 ./php-2.0/src/regex/regex2.h # define BAD 04 /* something wrong */
  66. BREAK macro 33 ./php-2.0/src/parse.h #define BREAK 287
  67. BREAK macro 37 ./php-2.0/src/parse.c #define BREAK 287
  68. BinDec function 393 ./php-2.0/src/calc.c void BinDec(void) {
  69. BitNot function 309 ./php-2.0/src/calc.c void BitNot(void) {
  70. BraceCheck function 124 ./php-2.0/src/cond.c int BraceCheck(void) {
  71. BracePop function 108 ./php-2.0/src/cond.c int BracePop(void) {
  72. BracePush function 94 ./php-2.0/src/cond.c void BracePush(int token) {
  73. Break function 188 ./php-2.0/src/switch.c void Break(void) {
  74. Browser variable 43 ./php-2.0/src/acc.c static char *Browser=NULL;
  75. CASE macro 32 ./php-2.0/src/parse.h #define CASE 286
  76. CASE macro 36 ./php-2.0/src/parse.c #define CASE 286
  77. CHIN macro 92 ./php-2.0/src/regex/regex2.h #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
  78. CHadd macro 90 ./php-2.0/src/regex/regex2.h #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
  79. CHsub macro 91 ./php-2.0/src/regex/regex2.h #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
  80. CLEAR macro 24 ./php-2.0/src/regex/regexec.c #define CLEAR(v) ((v) = 0)
  81. CLEAR macro 50 ./php-2.0/src/regex/regexec.c #undef CLEAR
  82. CLEAR macro 71 ./php-2.0/src/regex/regexec.c #define CLEAR(v) memset(v, 0, m->g->nstates)
  83. COND_EQ macro 11 ./php-2.0/src/parse.h #define COND_EQ 265
  84. COND_EQ macro 15 ./php-2.0/src/parse.c #define COND_EQ 265
  85. COND_GE macro 16 ./php-2.0/src/parse.h #define COND_GE 270
  86. COND_GE macro 20 ./php-2.0/src/parse.c #define COND_GE 270
  87. COND_GT macro 15 ./php-2.0/src/parse.h #define COND_GT 269
  88. COND_GT macro 19 ./php-2.0/src/parse.c #define COND_GT 269
  89. COND_LE macro 14 ./php-2.0/src/parse.h #define COND_LE 268
  90. COND_LE macro 18 ./php-2.0/src/parse.c #define COND_LE 268
  91. COND_LT macro 13 ./php-2.0/src/parse.h #define COND_LT 267
  92. COND_LT macro 17 ./php-2.0/src/parse.c #define COND_LT 267
  93. COND_NE macro 12 ./php-2.0/src/parse.h #define COND_NE 266
  94. COND_NE macro 16 ./php-2.0/src/parse.c #define COND_NE 266
  95. CRYPT macro 57 ./php-2.0/src/parse.h #define CRYPT 311
  96. CRYPT macro 61 ./php-2.0/src/parse.c #define CRYPT 311
  97. CUSTOMFUNC macro 87 ./php-2.0/src/parse.h #define CUSTOMFUNC 341
  98. CUSTOMFUNC macro 91 ./php-2.0/src/parse.c #define CUSTOMFUNC 341
  99. Calc function 30 ./php-2.0/src/calc.c int Calc(int op) {
  100. CalcInc function 193 ./php-2.0/src/calc.c int CalcInc(int op) {
  101. Case function 139 ./php-2.0/src/switch.c void Case(void) {
  102. Ceil function 710 ./php-2.0/src/calc.c void Ceil(void) {
  103. ChDir function 70 ./php-2.0/src/dir.c void ChDir(void) {
  104. ChGrp function 1605 ./php-2.0/src/file.c void ChGrp(void) {
  105. ChMod function 1532 ./php-2.0/src/file.c void ChMod(void) {
  106. ChOwn function 1564 ./php-2.0/src/file.c void ChOwn(void) {
  107. CheckAccess function 362 ./php-2.0/src/acc.c int CheckAccess(char *filename, long uid) {
  108. CheckCond function 472 ./php-2.0/src/cond.c int CheckCond(Stack *s) {
  109. CheckConnection function 715 ./php-2.0/src/sybsql.c static void CheckConnection(void)
  110. CheckDate function 301 ./php-2.0/src/date.c void CheckDate(void) {
  111. CheckIdentType function 58 ./php-2.0/src/type.c int CheckIdentType(char *str) {
  112. CheckResult function 193 ./php-2.0/src/post.c int CheckResult(char *res) {
  113. CheckType function 32 ./php-2.0/src/type.c int CheckType(char *str) {
  114. CheckUid function 1965 ./php-2.0/src/file.c int CheckUid(char *fn, int mode) {
  115. ChkPostVars function 227 ./php-2.0/src/acc.c void ChkPostVars(char *db) {
  116. Chop function 541 ./php-2.0/src/string.c void Chop(void) {
  117. Chr function 524 ./php-2.0/src/string.c void Chr(void) {
  118. ClearCondStack function 212 ./php-2.0/src/cond.c void ClearCondStack(void) {
  119. ClearFuncArgList function 1771 ./php-2.0/src/lex.c void ClearFuncArgList(void) {
  120. ClearIt variable 64 ./php-2.0/src/lex.c static int ClearIt=0;
  121. ClearStack function 49 ./php-2.0/src/stack.c void ClearStack(void) {
  122. ClearStatCache function 561 ./php-2.0/src/file.c void ClearStatCache(void) {
  123. CloseDebug function 48 ./php-2.0/src/error.c void CloseDebug(void) {
  124. CloseDir function 64 ./php-2.0/src/dir.c void CloseDir(void) {
  125. CloseLog function 140 ./php-2.0/src/syslog.c void CloseLog(void)
  126. CommandLookup function 913 ./php-2.0/src/lex.c int CommandLookup(int cmdlen, YYSTYPE *lvalp) {
  127. Compare function 328 ./php-2.0/src/cond.c int Compare(int cop) {
  128. CondChange function 164 ./php-2.0/src/cond.c void CondChange(int state, int active) {
  129. CondMark struct 472 ./php-2.0/src/php.h typedef struct CondMark {
  130. CondMark typedef 475 ./php-2.0/src/php.h } CondMark;
  131. CondPeek function 185 ./php-2.0/src/cond.c int CondPeek(int *active) {
  132. CondPop function 171 ./php-2.0/src/cond.c int CondPop(int *active) {
  133. CondPush function 149 ./php-2.0/src/cond.c void CondPush(int state, int active) {
  134. CondStack struct 465 ./php-2.0/src/php.h typedef struct CondStack {
  135. CondStack typedef 469 ./php-2.0/src/php.h } CondStack;
  136. Configuration function 46 ./php-2.0/src/conf.c void Configuration(void) {
  137. CookieList struct 603 ./php-2.0/src/php.h typedef struct CookieList {
  138. CookieList typedef 611 ./php-2.0/src/php.h } CookieList;
  139. Cos function 666 ./php-2.0/src/calc.c void Cos(void) {
  140. Count function 1540 ./php-2.0/src/var.c void Count(void) {
  141. CounterStack struct 575 ./php-2.0/src/php.h typedef struct CounterStack {
  142. CounterStack typedef 579 ./php-2.0/src/php.h } CounterStack;
  143. Crypt function 41 ./php-2.0/src/crypt.c void Crypt(int mode) {
  144. CurrentDB variable 42 ./php-2.0/src/msql.c static char CurrentDB[128];
  145. CurrentDB variable 54 ./php-2.0/src/mysql.c static char CurrentDB[128];
  146. CurrentFileSize variable 54 ./php-2.0/src/file.c static long CurrentFileSize=0L;
  147. CurrentFilename variable 46 ./php-2.0/src/file.c static char *CurrentFilename=NULL;
  148. CurrentFlatFilePos variable 659 ./php-2.0/src/db.c static long CurrentFlatFilePos = 0L;
  149. CurrentHost variable 44 ./php-2.0/src/msql.c static char *CurrentHost=NULL;
  150. CurrentHost variable 56 ./php-2.0/src/mysql.c static char *CurrentHost=NULL;
  151. CurrentPI variable 53 ./php-2.0/src/file.c static char *CurrentPI=NULL;
  152. CurrentPassword variable 58 ./php-2.0/src/mysql.c static char *CurrentPassword=NULL;
  153. CurrentStatFile variable 47 ./php-2.0/src/file.c static char *CurrentStatFile=NULL;
  154. CurrentStatLength variable 49 ./php-2.0/src/file.c static unsigned int CurrentStatLength=0;
  155. CurrentStatLength variable 51 ./php-2.0/src/file.c static int CurrentStatLength=0;
  156. CurrentTcpPort variable 45 ./php-2.0/src/msql.c static char *CurrentTcpPort=NULL;
  157. CurrentTcpPort variable 59 ./php-2.0/src/mysql.c static char *CurrentTcpPort=NULL;
  158. CurrentUnixPort variable 46 ./php-2.0/src/msql.c static char *CurrentUnixPort=NULL;
  159. CurrentUnixPort variable 60 ./php-2.0/src/mysql.c static char *CurrentUnixPort=NULL;
  160. CurrentUser variable 57 ./php-2.0/src/mysql.c static char *CurrentUser=NULL;
  161. DATE macro 48 ./php-2.0/src/parse.h #define DATE 302
  162. DATE macro 52 ./php-2.0/src/parse.c #define DATE 302
  163. DATE_TYPE macro 105 ./php-2.0/src/oracle.h #define DATE_TYPE 12
  164. DBM_TYPE macro 419 ./php-2.0/src/php.h #define DBM_TYPE GDBM_FILE;
  165. DBM_TYPE macro 422 ./php-2.0/src/php.h #define DBM_TYPE DBM*;
  166. DBM_TYPE macro 424 ./php-2.0/src/php.h #define DBM_TYPE FILE*;
  167. DEBUG_FILE macro 134 ./php-2.0/src/php.h #define DEBUG_FILE "/windows/php.err"
  168. DEBUG_FILE macro 136 ./php-2.0/src/php.h #define DEBUG_FILE "/tmp/php.err"
  169. DEC macro 24 ./php-2.0/src/parse.h #define DEC 278
  170. DEC macro 28 ./php-2.0/src/parse.c #define DEC 278
  171. DEFAULT macro 34 ./php-2.0/src/parse.h #define DEFAULT 288
  172. DEFAULT macro 38 ./php-2.0/src/parse.c #define DEFAULT 288
  173. DEFAULT_MAX_DATA_SPACE macro 291 ./php-2.0/src/php.h #define DEFAULT_MAX_DATA_SPACE 8192
  174. DEFAULT_PHP_XBITHACK macro 39 ./php-2.0/src/mod_php.c #define DEFAULT_PHP_XBITHACK 1
  175. DEFAULT_PHP_XBITHACK macro 41 ./php-2.0/src/mod_php.c #define DEFAULT_PHP_XBITHACK 0
  176. DEFER_PARSE macro 46 ./php-2.0/src/oracle.h #define DEFER_PARSE 1
  177. DNUMBER macro 4 ./php-2.0/src/parse.h #define DNUMBER 258
  178. DNUMBER macro 8 ./php-2.0/src/parse.c #define DNUMBER 258
  179. DROP macro 65 ./php-2.0/src/regex/regcomp.c #define DROP(n) (p->slen -= (n))
  180. DUPMAX macro 6 ./php-2.0/src/regex/utils.h #define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */
  181. Date function 71 ./php-2.0/src/date.c void Date(int arg, int type) {
  182. Days variable 43 ./php-2.0/src/date.c static char *Days[] = {
  183. Debug function 55 ./php-2.0/src/error.c void Debug(char *fmt,...) {
  184. Debug member 37 ./php-2.0/src/mod_php.h int Debug;
  185. DecBin function 416 ./php-2.0/src/calc.c void DecBin(void) {
  186. DecHex function 446 ./php-2.0/src/calc.c void DecHex(void) {
  187. DecOct function 542 ./php-2.0/src/calc.c void DecOct(void) {
  188. Decode function 368 ./php-2.0/src/md5.c static void Decode (output, input, len)
  189. Default function 177 ./php-2.0/src/switch.c void Default(void) {
  190. DefineFunc function 1619 ./php-2.0/src/lex.c void DefineFunc(char *fnc) {
  191. DoubleVal function 112 ./php-2.0/src/string.c void DoubleVal(void) {
  192. EAT macro 47 ./php-2.0/src/regex/regcomp.c #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
  193. EATTWO macro 48 ./php-2.0/src/regex/regcomp.c #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0)
  194. ECHO_BUF macro 281 ./php-2.0/src/php.h #define ECHO_BUF 64
  195. ELSE macro 27 ./php-2.0/src/parse.h #define ELSE 281
  196. ELSE macro 31 ./php-2.0/src/parse.c #define ELSE 281
  197. ELSEIF macro 28 ./php-2.0/src/parse.h #define ELSEIF 282
  198. ELSEIF macro 32 ./php-2.0/src/parse.c #define ELSEIF 282
  199. EMIT macro 58 ./php-2.0/src/regex/regcomp.c #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
  200. END macro 85 ./php-2.0/src/parse.h #define END 339
  201. END macro 89 ./php-2.0/src/parse.c #define END 339
  202. ENDIF macro 29 ./php-2.0/src/parse.h #define ENDIF 283
  203. ENDIF macro 33 ./php-2.0/src/parse.c #define ENDIF 283
  204. ENDSWITCH macro 31 ./php-2.0/src/parse.h #define ENDSWITCH 285
  205. ENDSWITCH macro 35 ./php-2.0/src/parse.c #define ENDSWITCH 285
  206. ENDWHILE macro 36 ./php-2.0/src/parse.h #define ENDWHILE 290
  207. ENDWHILE macro 40 ./php-2.0/src/parse.c #define ENDWHILE 290
  208. END_OF_FILE macro 10 ./php-2.0/src/parse.h #define END_OF_FILE 264
  209. END_OF_FILE macro 14 ./php-2.0/src/parse.c #define END_OF_FILE 264
  210. END_TAG macro 9 ./php-2.0/src/parse.h #define END_TAG 263
  211. END_TAG macro 13 ./php-2.0/src/parse.c #define END_TAG 263
  212. EQ macro 29 ./php-2.0/src/regex/regexec.c #define EQ(a, b) ((a) == (b))
  213. EQ macro 55 ./php-2.0/src/regex/regexec.c #undef EQ
  214. EQ macro 76 ./php-2.0/src/regex/regexec.c #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
  215. EREG macro 98 ./php-2.0/src/parse.h #define EREG 352
  216. EREG macro 102 ./php-2.0/src/parse.c #define EREG 352
  217. EREGI macro 99 ./php-2.0/src/parse.h #define EREGI 353
  218. EREGI macro 103 ./php-2.0/src/parse.c #define EREGI 353
  219. EReg function 287 ./php-2.0/src/reg.c void EReg(char *reg_name, int icase) {
  220. ERegReplace function 371 ./php-2.0/src/reg.c void ERegReplace(void) {
  221. ERegiReplace function 421 ./php-2.0/src/reg.c void ERegiReplace(void) {
  222. EXEC macro 54 ./php-2.0/src/parse.h #define EXEC 308
  223. EXEC macro 58 ./php-2.0/src/parse.c #define EXEC 308
  224. EXEC_INPUT_BUF macro 275 ./php-2.0/src/php.h #define EXEC_INPUT_BUF 4096
  225. EXIT macro 39 ./php-2.0/src/parse.h #define EXIT 293
  226. EXIT macro 43 ./php-2.0/src/parse.c #define EXIT 293
  227. Echo function 31 ./php-2.0/src/echo.c void Echo(char *format, int args) {
  228. Else function 518 ./php-2.0/src/cond.c void Else(void) {
  229. ElseIf function 536 ./php-2.0/src/cond.c void ElseIf(void) {
  230. EmailAddr variable 41 ./php-2.0/src/acc.c static char *EmailAddr=NULL;
  231. Encode function 350 ./php-2.0/src/md5.c static void Encode (output, input, len)
  232. End function 1364 ./php-2.0/src/var.c void End(char *name) {
  233. EndBraceMark struct 525 ./php-2.0/src/php.h typedef struct EndBraceMark {
  234. EndBraceMark typedef 528 ./php-2.0/src/php.h } EndBraceMark;
  235. EndBraceStack struct 520 ./php-2.0/src/php.h typedef struct EndBraceStack {
  236. EndBraceStack typedef 523 ./php-2.0/src/php.h } EndBraceStack;
  237. EndIf function 564 ./php-2.0/src/cond.c void EndIf(void) {
  238. EndSwitch function 121 ./php-2.0/src/switch.c void EndSwitch(void) {
  239. EndWhile function 140 ./php-2.0/src/while.c void EndWhile(void) {
  240. Error function 76 ./php-2.0/src/error.c void Error(char *fmt,...) {
  241. Error macro 364 ./php-2.0/src/php.h #define Error PHPError
  242. ErrorPrintState function 158 ./php-2.0/src/error.c int ErrorPrintState(int state) {
  243. EscapeShellCmd function 157 ./php-2.0/src/exec.c void EscapeShellCmd(void) {
  244. Eval function 728 ./php-2.0/src/lex.c void Eval(void) {
  245. Exec function 43 ./php-2.0/src/exec.c void Exec(char *name, char *retname, int type) {
  246. Exit function 1552 ./php-2.0/src/lex.c void Exit(int footer) {
  247. ExitCalled variable 63 ./php-2.0/src/lex.c static int ExitCalled=0;
  248. Exp function 594 ./php-2.0/src/calc.c void Exp(void) {
  249. F macro 141 ./php-2.0/src/md5.c #define F(x, y, z) (((x) & (y)) | ((~x) & (z)))
  250. FC_OOPEN macro 113 ./php-2.0/src/oracle.h #define FC_OOPEN 14
  251. FF macro 153 ./php-2.0/src/md5.c #define FF(a, b, c, d, x, s, ac) { \
  252. FILEATIME macro 63 ./php-2.0/src/parse.h #define FILEATIME 317
  253. FILEATIME macro 67 ./php-2.0/src/parse.c #define FILEATIME 317
  254. FILECTIME macro 65 ./php-2.0/src/parse.h #define FILECTIME 319
  255. FILECTIME macro 69 ./php-2.0/src/parse.c #define FILECTIME 319
  256. FILEGROUP macro 62 ./php-2.0/src/parse.h #define FILEGROUP 316
  257. FILEGROUP macro 66 ./php-2.0/src/parse.c #define FILEGROUP 316
  258. FILEINODE macro 59 ./php-2.0/src/parse.h #define FILEINODE 313
  259. FILEINODE macro 63 ./php-2.0/src/parse.c #define FILEINODE 313
  260. FILEMTIME macro 64 ./php-2.0/src/parse.h #define FILEMTIME 318
  261. FILEMTIME macro 68 ./php-2.0/src/parse.c #define FILEMTIME 318
  262. FILEOWNER macro 61 ./php-2.0/src/parse.h #define FILEOWNER 315
  263. FILEOWNER macro 65 ./php-2.0/src/parse.c #define FILEOWNER 315
  264. FILEPERMS macro 58 ./php-2.0/src/parse.h #define FILEPERMS 312
  265. FILEPERMS macro 62 ./php-2.0/src/parse.c #define FILEPERMS 312
  266. FILESIZE macro 60 ./php-2.0/src/parse.h #define FILESIZE 314
  267. FILESIZE macro 64 ./php-2.0/src/parse.c #define FILESIZE 314
  268. FILETYPE macro 66 ./php-2.0/src/parse.h #define FILETYPE 320
  269. FILETYPE macro 70 ./php-2.0/src/parse.c #define FILETYPE 320
  270. FLOAT_TYPE macro 102 ./php-2.0/src/oracle.h #define FLOAT_TYPE 4
  271. FP_FIELD typedef 42 ./php-2.0/src/filepro.c } FP_FIELD;
  272. FPassThru function 1924 ./php-2.0/src/file.c void FPassThru(void) {
  273. FSockOpen function 54 ./php-2.0/src/fsock.c void FSockOpen(void) {
  274. FT_DELETE macro 111 ./php-2.0/src/oracle.h #define FT_DELETE 9
  275. FT_INSERT macro 108 ./php-2.0/src/oracle.h #define FT_INSERT 3
  276. FT_SELECT macro 109 ./php-2.0/src/oracle.h #define FT_SELECT 4
  277. FT_UPDATE macro 110 ./php-2.0/src/oracle.h #define FT_UPDATE 5
  278. FUNCNAME macro 42 ./php-2.0/src/parse.h #define FUNCNAME 296
  279. FUNCNAME macro 46 ./php-2.0/src/parse.c #define FUNCNAME 296
  280. FUNCTION macro 86 ./php-2.0/src/parse.h #define FUNCTION 340
  281. FUNCTION macro 90 ./php-2.0/src/parse.c #define FUNCTION 340
  282. FWD macro 40 ./php-2.0/src/regex/regexec.c #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n))
  283. FWD macro 64 ./php-2.0/src/regex/regexec.c #undef FWD
  284. FWD macro 89 ./php-2.0/src/regex/regexec.c #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
  285. Fclose function 1090 ./php-2.0/src/file.c void Fclose(void) {
  286. Feof function 1196 ./php-2.0/src/file.c void Feof(void) {
  287. Fgets function 1219 ./php-2.0/src/file.c void Fgets(void) {
  288. Fgetss function 1255 ./php-2.0/src/file.c void Fgetss(void) {
  289. FileFunc function 565 ./php-2.0/src/file.c void FileFunc(int type) {
  290. FilePop function 569 ./php-2.0/src/lex.c caddr_t FilePop(void) {
  291. FilePush function 551 ./php-2.0/src/lex.c void FilePush(char *fn, long file_size, int fd) {
  292. FileStack struct 538 ./php-2.0/src/php.h typedef struct FileStack {
  293. FileStack typedef 553 ./php-2.0/src/php.h } FileStack;
  294. FileUmask function 1895 ./php-2.0/src/file.c void FileUmask(int args) {
  295. FindFunc function 1681 ./php-2.0/src/lex.c FuncStack *FindFunc(char *name, long *func_size, VarTree **frame) {
  296. FixFilename function 331 ./php-2.0/src/file.c char *FixFilename(char *filename, int cd, int *ret, int careful) {
  297. Floor function 723 ./php-2.0/src/calc.c void Floor(void) {
  298. Fopen function 1039 ./php-2.0/src/file.c void Fopen(void) {
  299. FormatCheck function 153 ./php-2.0/src/echo.c int FormatCheck(char **format, char **beg, char **fmt) {
  300. FpCloseAll function 1020 ./php-2.0/src/file.c void FpCloseAll(void) {
  301. FpDel function 1000 ./php-2.0/src/file.c void FpDel(int id) {
  302. FpFind function 989 ./php-2.0/src/file.c FILE *FpFind(int id) {
  303. FpPush function 977 ./php-2.0/src/file.c int FpPush(FILE *fp, char *fn, int type) {
  304. FpStack struct 581 ./php-2.0/src/php.h typedef struct FpStack {
  305. FpStack typedef 587 ./php-2.0/src/php.h } FpStack;
  306. Fputs function 1355 ./php-2.0/src/file.c void Fputs(void) {
  307. FrameStack struct 555 ./php-2.0/src/php.h typedef struct FrameStack {
  308. FrameStack typedef 558 ./php-2.0/src/php.h } FrameStack;
  309. Fseek function 1435 ./php-2.0/src/file.c void Fseek(void) {
  310. Ftell function 1411 ./php-2.0/src/file.c void Ftell(void) {
  311. FullDays variable 47 ./php-2.0/src/date.c static char *FullDays[] = {
  312. FullMonths variable 38 ./php-2.0/src/date.c static char *FullMonths[] = {
  313. FuncArgList struct 560 ./php-2.0/src/php.h typedef struct FuncArgList {
  314. FuncArgList typedef 564 ./php-2.0/src/php.h } FuncArgList;
  315. FuncStack struct 566 ./php-2.0/src/php.h typedef struct FuncStack {
  316. FuncStack typedef 573 ./php-2.0/src/php.h } FuncStack;
  317. G macro 142 ./php-2.0/src/md5.c #define G(x, y, z) (((x) & (z)) | ((y) & (~z)))
  318. GAP macro 103 ./php-2.0/src/regex/debug.c # define GAP() { if (offset % 5 == 0) { \
  319. GETNEXT macro 52 ./php-2.0/src/regex/regcomp.c #define GETNEXT() (*p->next++)
  320. GG macro 158 ./php-2.0/src/md5.c #define GG(a, b, c, d, x, s, ac) { \
  321. GLOBAL macro 44 ./php-2.0/src/parse.h #define GLOBAL 298
  322. GLOBAL macro 48 ./php-2.0/src/parse.c #define GLOBAL 298
  323. GMDATE macro 49 ./php-2.0/src/parse.h #define GMDATE 303
  324. GMDATE macro 53 ./php-2.0/src/parse.c #define GMDATE 303
  325. GOODFLAGS macro 97 ./php-2.0/src/regex/regcomp.c # define GOODFLAGS(f) (f)
  326. GOODFLAGS macro 122 ./php-2.0/src/regex/regexec.c # define GOODFLAGS(f) (f)
  327. GetAccDir function 731 ./php-2.0/src/acc.c void GetAccDir(void) {
  328. GetAllHeaders function 367 ./php-2.0/src/head.c GetAllHeaders()
  329. GetAutoAppendFile function 1491 ./php-2.0/src/file.c char *GetAutoAppendFile(void) {
  330. GetAutoPrependFile function 1487 ./php-2.0/src/file.c char *GetAutoPrependFile(void) {
  331. GetCurrentActive function 207 ./php-2.0/src/cond.c int GetCurrentActive(void) {
  332. GetCurrentFileSize function 535 ./php-2.0/src/file.c long GetCurrentFileSize(void) {
  333. GetCurrentFilename function 520 ./php-2.0/src/file.c char *GetCurrentFilename(void) {
  334. GetCurrentLexLine function 1612 ./php-2.0/src/lex.c char *GetCurrentLexLine(int *pos, int *length) {
  335. GetCurrentPI function 1465 ./php-2.0/src/file.c char *GetCurrentPI(void) {
  336. GetCurrentState function 194 ./php-2.0/src/cond.c int GetCurrentState(int *active) {
  337. GetEnv function 1728 ./php-2.0/src/var.c void GetEnv(void) {
  338. GetFuncArgList function 1767 ./php-2.0/src/lex.c FuncArgList *GetFuncArgList(void) {
  339. GetFuncFrame function 1697 ./php-2.0/src/lex.c VarTree *GetFuncFrame(void) {
  340. GetHostByAddr function 36 ./php-2.0/src/dns.c void GetHostByAddr(void) {
  341. GetHostByName function 74 ./php-2.0/src/dns.c void GetHostByName(void) {
  342. GetIdentIndex function 68 ./php-2.0/src/type.c char *GetIdentIndex(char *str) {
  343. GetImageSize function 209 ./php-2.0/src/image.c void GetImageSize(void) {
  344. GetIncludePath function 1476 ./php-2.0/src/file.c char *GetIncludePath(void) {
  345. GetLastAccess function 524 ./php-2.0/src/log.c void GetLastAccess(void) {
  346. GetLastBrowser function 514 ./php-2.0/src/log.c void GetLastBrowser(void) {
  347. GetLastEmail function 502 ./php-2.0/src/log.c void GetLastEmail(void) {
  348. GetLastHost function 482 ./php-2.0/src/log.c void GetLastHost(void) {
  349. GetLastMod function 554 ./php-2.0/src/log.c void GetLastMod(void) {
  350. GetLastRef function 492 ./php-2.0/src/log.c void GetLastRef(void) {
  351. GetLogDir function 611 ./php-2.0/src/log.c void GetLogDir(void) {
  352. GetLogFile function 460 ./php-2.0/src/log.c void GetLogFile(void) {
  353. GetLogHost function 623 ./php-2.0/src/log.c void GetLogHost(void) {
  354. GetMyInode function 692 ./php-2.0/src/log.c void GetMyInode(void) {
  355. GetMyPid function 685 ./php-2.0/src/log.c void GetMyPid(void) {
  356. GetMyUid function 627 ./php-2.0/src/log.c void GetMyUid(void) {
  357. GetRandMax function 57 ./php-2.0/src/rand.c void GetRandMax(void) {
  358. GetSeekPos function 805 ./php-2.0/src/lex.c long GetSeekPos(void) {
  359. GetStartLogging function 539 ./php-2.0/src/log.c void GetStartLogging(void) {
  360. GetToday function 584 ./php-2.0/src/log.c void GetToday(void) {
  361. GetTotal function 569 ./php-2.0/src/log.c void GetTotal(void) {
  362. GetType function 55 ./php-2.0/src/string.c void GetType(void) {
  363. GetVar function 1045 ./php-2.0/src/var.c VarTree *GetVar(char *name, char *index, int mode) {
  364. Global function 1895 ./php-2.0/src/var.c void Global(void) {
  365. H macro 143 ./php-2.0/src/md5.c #define H(x, y, z) ((x) ^ (y) ^ (z))
  366. HAVE_MMAP macro 88 ./php-2.0/src/php.h #undef HAVE_MMAP
  367. HDA_SIZE macro 88 ./php-2.0/src/oracle.h # define HDA_SIZE 512
  368. HDA_SIZE macro 90 ./php-2.0/src/oracle.h # define HDA_SIZE 256
  369. HEADER macro 38 ./php-2.0/src/parse.h #define HEADER 292
  370. HEADER macro 42 ./php-2.0/src/parse.c #define HEADER 292
  371. HERE macro 62 ./php-2.0/src/regex/regcomp.c #define HERE() (p->slen)
  372. HH macro 163 ./php-2.0/src/md5.c #define HH(a, b, c, d, x, s, ac) { \
  373. Header function 51 ./php-2.0/src/head.c void Header(void) {
  374. HeaderPrinted variable 34 ./php-2.0/src/head.c static int HeaderPrinted=0;
  375. HexDec function 485 ./php-2.0/src/calc.c void HexDec(void) {
  376. HtmlSpecialChars function 481 ./php-2.0/src/echo.c void HtmlSpecialChars(void) {
  377. I macro 144 ./php-2.0/src/md5.c #define I(x, y, z) ((y) ^ ((x) | (~z)))
  378. IF macro 26 ./php-2.0/src/parse.h #define IF 280
  379. IF macro 30 ./php-2.0/src/parse.c #define IF 280
  380. II macro 168 ./php-2.0/src/md5.c #define II(a, b, c, d, x, s, ac) { \
  381. IMAGEARC macro 68 ./php-2.0/src/parse.h #define IMAGEARC 322
  382. IMAGEARC macro 72 ./php-2.0/src/parse.c #define IMAGEARC 322
  383. IMAGECHAR macro 69 ./php-2.0/src/parse.h #define IMAGECHAR 323
  384. IMAGECHAR macro 73 ./php-2.0/src/parse.c #define IMAGECHAR 323
  385. IMAGECHARUP macro 70 ./php-2.0/src/parse.h #define IMAGECHARUP 324
  386. IMAGECHARUP macro 74 ./php-2.0/src/parse.c #define IMAGECHARUP 324
  387. IMAGECOPYRESIZED macro 73 ./php-2.0/src/parse.h #define IMAGECOPYRESIZED 327
  388. IMAGECOPYRESIZED macro 77 ./php-2.0/src/parse.c #define IMAGECOPYRESIZED 327
  389. IMAGEFILLEDPOLYGON macro 75 ./php-2.0/src/parse.h #define IMAGEFILLEDPOLYGON 329
  390. IMAGEFILLEDPOLYGON macro 79 ./php-2.0/src/parse.c #define IMAGEFILLEDPOLYGON 329
  391. IMAGEGIF macro 67 ./php-2.0/src/parse.h #define IMAGEGIF 321
  392. IMAGEGIF macro 71 ./php-2.0/src/parse.c #define IMAGEGIF 321
  393. IMAGEPOLYGON macro 74 ./php-2.0/src/parse.h #define IMAGEPOLYGON 328
  394. IMAGEPOLYGON macro 78 ./php-2.0/src/parse.c #define IMAGEPOLYGON 328
  395. IMAGESTRING macro 71 ./php-2.0/src/parse.h #define IMAGESTRING 325
  396. IMAGESTRING macro 75 ./php-2.0/src/parse.c #define IMAGESTRING 325
  397. IMAGESTRINGUP macro 72 ./php-2.0/src/parse.h #define IMAGESTRINGUP 326
  398. IMAGESTRINGUP macro 76 ./php-2.0/src/parse.c #define IMAGESTRINGUP 326
  399. INC macro 21 ./php-2.0/src/parse.h #define INC 275
  400. INC macro 25 ./php-2.0/src/parse.c #define INC 275
  401. INC macro 36 ./php-2.0/src/regex/regexec.c #define INC(o) ((o) <<= 1)
  402. INC macro 62 ./php-2.0/src/regex/regexec.c #undef INC
  403. INC macro 85 ./php-2.0/src/regex/regexec.c #define INC(o) ((o)++)
  404. INCLUDE macro 37 ./php-2.0/src/parse.h #define INCLUDE 291
  405. INCLUDE macro 41 ./php-2.0/src/parse.c #define INCLUDE 291
  406. INCLUDEPATH macro 225 ./php-2.0/src/php.h #define INCLUDEPATH "."
  407. INF macro 920 ./php-2.0/src/regex/regcomp.c # define INF 3
  408. INFINITY macro 7 ./php-2.0/src/regex/utils.h #define INFINITY (DUPMAX + 1)
  409. INIT macro 35 ./php-2.0/src/regex/regexec.c #define INIT(o, n) ((o) = (unsigned)1 << (n))
  410. INIT macro 61 ./php-2.0/src/regex/regexec.c #undef INIT
  411. INIT macro 84 ./php-2.0/src/regex/regexec.c #define INIT(o, n) ((o) = (n))
  412. INSERT macro 59 ./php-2.0/src/regex/regcomp.c #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
  413. INTFUNC0 macro 89 ./php-2.0/src/parse.h #define INTFUNC0 343
  414. INTFUNC0 macro 93 ./php-2.0/src/parse.c #define INTFUNC0 343
  415. INTFUNC1 macro 90 ./php-2.0/src/parse.h #define INTFUNC1 344
  416. INTFUNC1 macro 94 ./php-2.0/src/parse.c #define INTFUNC1 344
  417. INTFUNC2 macro 91 ./php-2.0/src/parse.h #define INTFUNC2 345
  418. INTFUNC2 macro 95 ./php-2.0/src/parse.c #define INTFUNC2 345
  419. INTFUNC3 macro 92 ./php-2.0/src/parse.h #define INTFUNC3 346
  420. INTFUNC3 macro 96 ./php-2.0/src/parse.c #define INTFUNC3 346
  421. INTFUNC4 macro 93 ./php-2.0/src/parse.h #define INTFUNC4 347
  422. INTFUNC4 macro 97 ./php-2.0/src/parse.c #define INTFUNC4 347
  423. INTFUNC5 macro 94 ./php-2.0/src/parse.h #define INTFUNC5 348
  424. INTFUNC5 macro 98 ./php-2.0/src/parse.c #define INTFUNC5 348
  425. INTFUNC6 macro 95 ./php-2.0/src/parse.h #define INTFUNC6 349
  426. INTFUNC6 macro 99 ./php-2.0/src/parse.c #define INTFUNC6 349
  427. INT_TYPE macro 101 ./php-2.0/src/oracle.h #define INT_TYPE 3
  428. ISSET macro 27 ./php-2.0/src/regex/regexec.c #define ISSET(v, n) ((v) & (1 << (n)))
  429. ISSET macro 50 ./php-2.0/src/parse.h #define ISSET 304
  430. ISSET macro 53 ./php-2.0/src/regex/regexec.c #undef ISSET
  431. ISSET macro 54 ./php-2.0/src/parse.c #define ISSET 304
  432. ISSET macro 74 ./php-2.0/src/regex/regexec.c #define ISSET(v, n) ((v)[n])
  433. ISSETBACK macro 42 ./php-2.0/src/regex/regexec.c #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n)))
  434. ISSETBACK macro 66 ./php-2.0/src/regex/regexec.c #undef ISSETBACK
  435. ISSETBACK macro 91 ./php-2.0/src/regex/regexec.c #define ISSETBACK(v, n) ((v)[here - (n)])
  436. ISSTATEIN macro 37 ./php-2.0/src/regex/regexec.c #define ISSTATEIN(v, o) ((v) & (o))
  437. ISSTATEIN macro 63 ./php-2.0/src/regex/regexec.c #undef ISSTATEIN
  438. ISSTATEIN macro 86 ./php-2.0/src/regex/regexec.c #define ISSTATEIN(v, o) ((v)[o])
  439. ISWORD macro 134 ./php-2.0/src/regex/regex2.h #define ISWORD(c) (isalnum(c) || (c) == '_')
  440. If function 497 ./php-2.0/src/cond.c void If(void) {
  441. ImageArc function 623 ./php-2.0/src/gd.c void ImageArc(void) {
  442. ImageChar function 970 ./php-2.0/src/gd.c void ImageChar(int arg) {
  443. ImageColorAllocate function 210 ./php-2.0/src/gd.c void ImageColorAllocate(void) {
  444. ImageColorTransparent function 816 ./php-2.0/src/gd.c void ImageColorTransparent(void) {
  445. ImageCopyResized function 1135 ./php-2.0/src/gd.c void ImageCopyResized(void) {
  446. ImageCreate function 114 ./php-2.0/src/gd.c void ImageCreate(void) {
  447. ImageCreateFromGif function 148 ./php-2.0/src/gd.c void ImageCreateFromGif(void) {
  448. ImageDestroy function 192 ./php-2.0/src/gd.c void ImageDestroy(void) {
  449. ImageFill function 765 ./php-2.0/src/gd.c void ImageFill(void) {
  450. ImageFillToBorder function 706 ./php-2.0/src/gd.c void ImageFillToBorder(void) {
  451. ImageFilledRectangle function 556 ./php-2.0/src/gd.c void ImageFilledRectangle(void) {
  452. ImageGif function 266 ./php-2.0/src/gd.c void ImageGif(int args) {
  453. ImageInterlace function 851 ./php-2.0/src/gd.c void ImageInterlace(void) {
  454. ImageLine function 422 ./php-2.0/src/gd.c void ImageLine(void) {
  455. ImageList struct 49 ./php-2.0/src/gd.c typedef struct ImageList {
  456. ImageList typedef 53 ./php-2.0/src/gd.c } ImageList;
  457. ImagePolygon function 888 ./php-2.0/src/gd.c void ImagePolygon(int arg) {
  458. ImageRectangle function 489 ./php-2.0/src/gd.c void ImageRectangle(void) {
  459. ImageSXFN function 1241 ./php-2.0/src/gd.c void ImageSXFN(void) {
  460. ImageSYFN function 1271 ./php-2.0/src/gd.c void ImageSYFN(void) {
  461. ImageSetPixel function 371 ./php-2.0/src/gd.c void ImageSetPixel(void) {
  462. Include function 623 ./php-2.0/src/lex.c void Include(void) {
  463. IncludePath member 32 ./php-2.0/src/mod_php.h char *IncludePath;
  464. IncludePath variable 57 ./php-2.0/src/file.c static char *IncludePath = NULL;
  465. Info function 42 ./php-2.0/src/info.c void Info(void) {
  466. InitFunc function 1675 ./php-2.0/src/lex.c void InitFunc(void) {
  467. IntFunc function 535 ./php-2.0/src/lex.c void IntFunc(char *fnc_name) {
  468. IntVal function 99 ./php-2.0/src/string.c void IntVal(void) {
  469. IsSet function 1326 ./php-2.0/src/var.c void IsSet(char *name, int index) {
  470. KEY macro 82 ./php-2.0/src/parse.h #define KEY 336
  471. KEY macro 86 ./php-2.0/src/parse.c #define KEY 336
  472. Key function 1378 ./php-2.0/src/var.c void Key(char *name) {
  473. LINEBUFSIZE macro 270 ./php-2.0/src/php.h #define LINEBUFSIZE 4096
  474. LNAMES macro 93 ./php-2.0/src/regex/regexec.c #define LNAMES /* flag */
  475. LNUMBER macro 5 ./php-2.0/src/parse.h #define LNUMBER 259
  476. LNUMBER macro 9 ./php-2.0/src/parse.c #define LNUMBER 259
  477. LOCK_EX macro 390 ./php-2.0/src/php.h #define LOCK_EX 2
  478. LOCK_NB macro 393 ./php-2.0/src/php.h #define LOCK_NB 4
  479. LOCK_SH macro 387 ./php-2.0/src/php.h #define LOCK_SH 1
  480. LOCK_UN macro 396 ./php-2.0/src/php.h #define LOCK_UN 8
  481. LOG_AND macro 19 ./php-2.0/src/parse.h #define LOG_AND 273
  482. LOG_AND macro 23 ./php-2.0/src/parse.c #define LOG_AND 273
  483. LOG_OR macro 18 ./php-2.0/src/parse.h #define LOG_OR 272
  484. LOG_OR macro 22 ./php-2.0/src/parse.c #define LOG_OR 272
  485. LastModified member 39 ./php-2.0/src/mod_php.h int LastModified;
  486. LastToken variable 66 ./php-2.0/src/lex.c static int LastToken=0;
  487. Link function 847 ./php-2.0/src/file.c void Link(void) {
  488. LinkInfo function 768 ./php-2.0/src/file.c void LinkInfo(void) {
  489. ListSupportedDBs function 48 ./php-2.0/src/db.c void ListSupportedDBs(void) {
  490. Log function 140 ./php-2.0/src/log.c void Log(char *filename) {
  491. LogAs function 465 ./php-2.0/src/log.c void LogAs(void) {
  492. Logging member 26 ./php-2.0/src/mod_php.h int Logging;
  493. Logging variable 45 ./php-2.0/src/acc.c static int Logging=1;
  494. Logic function 280 ./php-2.0/src/cond.c int Logic(int lop) {
  495. MAGIC1 macro 18 ./php-2.0/src/regex/regex2.h #define MAGIC1 ((('r'^0200)<<8) | 'e')
  496. MAGIC2 macro 105 ./php-2.0/src/regex/regex2.h # define MAGIC2 ((('R'^0200)<<8)|'E')
  497. MAGIC_QUOTES macro 156 ./php-2.0/src/php.h #define MAGIC_QUOTES 1
  498. MAP macro 922 ./php-2.0/src/regex/regcomp.c # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
  499. MAXF macro 130 ./php-2.0/src/regex/main.c # define MAXF 10
  500. MAXSUBPOOLS macro 29 ./php-2.0/src/pool.c #define MAXSUBPOOLS 3
  501. MAX_CONNECTIONS macro 40 ./php-2.0/src/oracle.h #define MAX_CONNECTIONS 15
  502. MAX_CURSORS macro 43 ./php-2.0/src/oracle.h #define MAX_CURSORS 50
  503. MAX_FIELD_LEN macro 51 ./php-2.0/src/odbc.c #define MAX_FIELD_LEN 256
  504. MCadd macro 93 ./php-2.0/src/regex/regex2.h #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */
  505. MCin macro 95 ./php-2.0/src/regex/regex2.h #define MCin(p, cs, cp) mcin(p, cs, cp)
  506. MCsub macro 94 ./php-2.0/src/regex/regex2.h #define MCsub(p, cs, cp) mcsub(p, cs, cp)
  507. MD5Final function 231 ./php-2.0/src/md5.c void MD5Final(unsigned char digest[16], MD5_CTX *context)
  508. MD5Init function 176 ./php-2.0/src/md5.c void MD5Init(MD5_CTX *context)
  509. MD5Transform function 258 ./php-2.0/src/md5.c static void MD5Transform (state, block)
  510. MD5Update function 191 ./php-2.0/src/md5.c void MD5Update(MD5_CTX *context, const unsigned char *input,
  511. MD5_CTX typedef 56 ./php-2.0/src/md5.h } MD5_CTX;
  512. MD5_memcpy function 383 ./php-2.0/src/md5.c static void MD5_memcpy (output, input, len)
  513. MD5_memset function 396 ./php-2.0/src/md5.c static void MD5_memset (output, value, len)
  514. MEQ macro 23 ./php-2.0/src/parse.h #define MEQ 277
  515. MEQ macro 27 ./php-2.0/src/parse.c #define MEQ 277
  516. MICRO_IN_SEC macro 46 ./php-2.0/src/microtime.c #define MICRO_IN_SEC 1000000.00
  517. MIclose function 253 ./php-2.0/src/illustra.c void MIclose(void)
  518. MIconnect function 100 ./php-2.0/src/illustra.c void MIconnect(void)
  519. MIdbname function 202 ./php-2.0/src/illustra.c void MIdbname(void)
  520. MIexec function 288 ./php-2.0/src/illustra.c void MIexec(void)
  521. MIfieldName function 680 ./php-2.0/src/illustra.c void MIfieldName(void)
  522. MIfieldNum function 586 ./php-2.0/src/illustra.c void MIfieldNum(void)
  523. MInumFields function 792 ./php-2.0/src/illustra.c void MInumFields(void)
  524. MInumRows function 521 ./php-2.0/src/illustra.c void MInumRows(void)
  525. MIresult function 381 ./php-2.0/src/illustra.c void MIresult(void)
  526. MKTIME macro 80 ./php-2.0/src/parse.h #define MKTIME 334
  527. MKTIME macro 84 ./php-2.0/src/parse.c #define MKTIME 334
  528. MNF macro 157 ./php-2.0/src/regex/split.c # define MNF 10
  529. MORE macro 43 ./php-2.0/src/regex/regcomp.c #define MORE() (p->next < p->end)
  530. MORE2 macro 44 ./php-2.0/src/regex/regcomp.c #define MORE2() (p->next+1 < p->end)
  531. MSQL_FIELDFLAGS macro 79 ./php-2.0/src/parse.h #define MSQL_FIELDFLAGS 333
  532. MSQL_FIELDFLAGS macro 83 ./php-2.0/src/parse.c #define MSQL_FIELDFLAGS 333
  533. MSQL_FIELDLEN macro 78 ./php-2.0/src/parse.h #define MSQL_FIELDLEN 332
  534. MSQL_FIELDLEN macro 82 ./php-2.0/src/parse.c #define MSQL_FIELDLEN 332
  535. MSQL_FIELDNAME macro 76 ./php-2.0/src/parse.h #define MSQL_FIELDNAME 330
  536. MSQL_FIELDNAME macro 80 ./php-2.0/src/parse.c #define MSQL_FIELDNAME 330
  537. MSQL_FIELDTYPE macro 77 ./php-2.0/src/parse.h #define MSQL_FIELDTYPE 331
  538. MSQL_FIELDTYPE macro 81 ./php-2.0/src/parse.c #define MSQL_FIELDTYPE 331
  539. MUSTEAT macro 56 ./php-2.0/src/regex/regcomp.c #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
  540. MUSTNOTSEE macro 57 ./php-2.0/src/regex/regcomp.c #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
  541. MUSTSEE macro 55 ./php-2.0/src/regex/regcomp.c #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
  542. MYSQL macro 42 ./php-2.0/src/mysql.c #define MYSQL void
  543. MYSQL_CONNECT macro 110 ./php-2.0/src/parse.h #define MYSQL_CONNECT 364
  544. MYSQL_CONNECT macro 114 ./php-2.0/src/parse.c #define MYSQL_CONNECT 364
  545. MYSQL_FIELDFLAGS macro 104 ./php-2.0/src/parse.h #define MYSQL_FIELDFLAGS 358
  546. MYSQL_FIELDFLAGS macro 108 ./php-2.0/src/parse.c #define MYSQL_FIELDFLAGS 358
  547. MYSQL_FIELDLEN macro 103 ./php-2.0/src/parse.h #define MYSQL_FIELDLEN 357
  548. MYSQL_FIELDLEN macro 107 ./php-2.0/src/parse.c #define MYSQL_FIELDLEN 357
  549. MYSQL_FIELDNAME macro 101 ./php-2.0/src/parse.h #define MYSQL_FIELDNAME 355
  550. MYSQL_FIELDNAME macro 105 ./php-2.0/src/parse.c #define MYSQL_FIELDNAME 355
  551. MYSQL_FIELDTYPE macro 102 ./php-2.0/src/parse.h #define MYSQL_FIELDTYPE 356
  552. MYSQL_FIELDTYPE macro 106 ./php-2.0/src/parse.c #define MYSQL_FIELDTYPE 356
  553. MYsql function 174 ./php-2.0/src/mysql.c void MYsql(void) {
  554. MYsqlAffectedRows function 1283 ./php-2.0/src/mysql.c void MYsqlAffectedRows(void) {
  555. MYsqlClose function 157 ./php-2.0/src/mysql.c void MYsqlClose(void) {
  556. MYsqlConnect function 300 ./php-2.0/src/mysql.c void MYsqlConnect(int t) {
  557. MYsqlCreateDB function 857 ./php-2.0/src/mysql.c void MYsqlCreateDB(void) {
  558. MYsqlDBName function 1085 ./php-2.0/src/mysql.c void MYsqlDBName(void){
  559. MYsqlDropDB function 933 ./php-2.0/src/mysql.c void MYsqlDropDB(void) {
  560. MYsqlField function 566 ./php-2.0/src/mysql.c void MYsqlField(int type) {
  561. MYsqlFreeResult function 474 ./php-2.0/src/mysql.c void MYsqlFreeResult(void) {
  562. MYsqlInsertId function 1263 ./php-2.0/src/mysql.c void MYsqlInsertId(void) {
  563. MYsqlListDBs function 1009 ./php-2.0/src/mysql.c void MYsqlListDBs(void) {
  564. MYsqlListFields function 1140 ./php-2.0/src/mysql.c void MYsqlListFields(void) {
  565. MYsqlListTables function 737 ./php-2.0/src/mysql.c void MYsqlListTables(void) {
  566. MYsqlNumFields function 527 ./php-2.0/src/mysql.c void MYsqlNumFields(void) {
  567. MYsqlNumRows function 495 ./php-2.0/src/mysql.c void MYsqlNumRows(void) {
  568. MYsqlResult function 352 ./php-2.0/src/mysql.c void MYsqlResult(void) {
  569. MYsqlTableName function 686 ./php-2.0/src/mysql.c void MYsqlTableName(void){
  570. M_EOI macro 119 ./php-2.0/src/image.c #define M_EOI 0xD9 /* End Of Image (end of datastream) */
  571. M_SOF0 macro 106 ./php-2.0/src/image.c #define M_SOF0 0xC0 /* Start Of Frame N */
  572. M_SOF1 macro 107 ./php-2.0/src/image.c #define M_SOF1 0xC1 /* N indicates which compression process */
  573. M_SOF10 macro 114 ./php-2.0/src/image.c #define M_SOF10 0xCA
  574. M_SOF11 macro 115 ./php-2.0/src/image.c #define M_SOF11 0xCB
  575. M_SOF13 macro 116 ./php-2.0/src/image.c #define M_SOF13 0xCD
  576. M_SOF14 macro 117 ./php-2.0/src/image.c #define M_SOF14 0xCE
  577. M_SOF15 macro 118 ./php-2.0/src/image.c #define M_SOF15 0xCF
  578. M_SOF2 macro 108 ./php-2.0/src/image.c #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */
  579. M_SOF3 macro 109 ./php-2.0/src/image.c #define M_SOF3 0xC3
  580. M_SOF5 macro 110 ./php-2.0/src/image.c #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */
  581. M_SOF6 macro 111 ./php-2.0/src/image.c #define M_SOF6 0xC6
  582. M_SOF7 macro 112 ./php-2.0/src/image.c #define M_SOF7 0xC7
  583. M_SOF9 macro 113 ./php-2.0/src/image.c #define M_SOF9 0xC9
  584. M_SOS macro 120 ./php-2.0/src/image.c #define M_SOS 0xDA /* Start Of Scan (begins compressed data) */
  585. Mail function 33 ./php-2.0/src/mail.c void Mail(int flag) {
  586. MakeToken function 901 ./php-2.0/src/lex.c char *MakeToken(char *string, int len) {
  587. MatchMark struct 500 ./php-2.0/src/php.h typedef struct MatchMark {
  588. MatchMark typedef 503 ./php-2.0/src/php.h } MatchMark;
  589. MatchPop function 78 ./php-2.0/src/cond.c int MatchPop(void) {
  590. MatchPush function 64 ./php-2.0/src/cond.c void MatchPush(int val) {
  591. MatchStack struct 494 ./php-2.0/src/php.h typedef struct MatchStack {
  592. MatchStack typedef 497 ./php-2.0/src/php.h } MatchStack;
  593. MaxDataSpace member 36 ./php-2.0/src/mod_php.h int MaxDataSpace;
  594. Md5 function 35 ./php-2.0/src/md5.c void Md5(void) {
  595. MdbInit function 308 ./php-2.0/src/sybsql.c static DBPROCESS *MdbInit(
  596. MdberrHandler function 513 ./php-2.0/src/sybsql.c static int MdberrHandler (DBPROCESS *dbproc,int severity,int dberr,
  597. MdbmsgHandler function 496 ./php-2.0/src/sybsql.c static int MdbmsgHandler(DBPROCESS *dbproc,DBINT msgno,int msgstate,
  598. MicroTime function 48 ./php-2.0/src/microtime.c void MicroTime(void) {
  599. MkDir function 1646 ./php-2.0/src/file.c void MkDir(void) {
  600. MkTime function 200 ./php-2.0/src/date.c void MkTime(int args) {
  601. Months variable 33 ./php-2.0/src/date.c static char *Months[] = {
  602. Msql function 132 ./php-2.0/src/msql.c void Msql(void) {
  603. MsqlClose function 115 ./php-2.0/src/msql.c void MsqlClose(void) {
  604. MsqlConnect function 267 ./php-2.0/src/msql.c void MsqlConnect(void) {
  605. MsqlCreateDB function 912 ./php-2.0/src/msql.c void MsqlCreateDB(void) {
  606. MsqlDBName function 1141 ./php-2.0/src/msql.c void MsqlDBName(void){
  607. MsqlDropDB function 989 ./php-2.0/src/msql.c void MsqlDropDB(void) {
  608. MsqlField function 499 ./php-2.0/src/msql.c void MsqlField(int type) {
  609. MsqlFreeResult function 407 ./php-2.0/src/msql.c void MsqlFreeResult(void) {
  610. MsqlListDBs function 1065 ./php-2.0/src/msql.c void MsqlListDBs(void) {
  611. MsqlListFields function 1196 ./php-2.0/src/msql.c void MsqlListFields(void) {
  612. MsqlListIndex function 778 ./php-2.0/src/msql.c void MsqlListIndex(void) {
  613. MsqlListTables function 686 ./php-2.0/src/msql.c void MsqlListTables(void) {
  614. MsqlNumFields function 460 ./php-2.0/src/msql.c void MsqlNumFields(void) {
  615. MsqlNumRows function 428 ./php-2.0/src/msql.c void MsqlNumRows(void) {
  616. MsqlRegCase function 603 ./php-2.0/src/msql.c void MsqlRegCase(void) {
  617. MsqlResult function 289 ./php-2.0/src/msql.c void MsqlResult(void) {
  618. MsqlTableName function 635 ./php-2.0/src/msql.c void MsqlTableName(void){
  619. MyInode variable 57 ./php-2.0/src/log.c static long MyInode=-1;
  620. MyUid variable 56 ./php-2.0/src/log.c static long MyUid=-1;
  621. N macro 919 ./php-2.0/src/regex/regcomp.c # define N 2
  622. NATIVE macro 47 ./php-2.0/src/oracle.h #define NATIVE 1
  623. NC macro 8 ./php-2.0/src/regex/utils.h #define NC (CHAR_MAX - CHAR_MIN + 1)
  624. NDEBUG macro 14 ./php-2.0/src/regex/utils.h #define NDEBUG /* no assertions please */
  625. NEEDRDH macro 34 ./php-2.0/src/dir.c #define NEEDRDH 1
  626. NEG macro 25 ./php-2.0/src/parse.h #define NEG 279
  627. NEG macro 29 ./php-2.0/src/parse.c #define NEG 279
  628. NEXT macro 49 ./php-2.0/src/regex/regcomp.c #define NEXT() (p->next++)
  629. NEXT2 macro 50 ./php-2.0/src/regex/regcomp.c #define NEXT2() (p->next += 2)
  630. NEXTn macro 51 ./php-2.0/src/regex/regcomp.c #define NEXTn(n) (p->next += (n))
  631. NF macro 186 ./php-2.0/src/regex/split.c # define NF 5
  632. NOLOGSUCCESSIVE macro 218 ./php-2.0/src/php.h #define NOLOGSUCCESSIVE 0
  633. NOT macro 17 ./php-2.0/src/parse.h #define NOT 271
  634. NOT macro 21 ./php-2.0/src/parse.c #define NOT 271
  635. NOTE macro 53 ./php-2.0/src/regex/engine.c #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s
  636. ", (str)); }
  637. NOTE macro 57 ./php-2.0/src/regex/engine.c #define NOTE(s) /* nothing */
  638. NOTEQ macro 46 ./php-2.0/src/parse.h #define NOTEQ 300
  639. NOTEQ macro 50 ./php-2.0/src/parse.c #define NOTEQ 300
  640. NO_DATA_FOUND macro 95 ./php-2.0/src/oracle.h #define NO_DATA_FOUND 1403
  641. NPAREN macro 28 ./php-2.0/src/regex/regcomp.c # define NPAREN 10 /* we need to remember () 1-9 for back refs */
  642. NS macro 27 ./php-2.0/src/reg.c #define NS 10
  643. NS macro 31 ./php-2.0/src/regex/main.c # define NS 10
  644. NSHOULD macro 214 ./php-2.0/src/regex/main.c # define NSHOULD 15
  645. NSUBS macro 212 ./php-2.0/src/regex/main.c # define NSUBS 10
  646. NUL macro 45 ./php-2.0/src/microtime.c #define NUL '�'
  647. NULL macro 160 ./php-2.0/src/local.c #define NULL 0 /* null pointer constant */
  648. NULL_VALUE_RETURNED macro 96 ./php-2.0/src/oracle.h #define NULL_VALUE_RETURNED 1405
  649. NUMBER_TYPE macro 100 ./php-2.0/src/oracle.h #define NUMBER_TYPE 2
  650. Neg function 276 ./php-2.0/src/calc.c void Neg(void) {
  651. NewExpr variable 59 ./php-2.0/src/lex.c static int NewExpr=1;
  652. NewWhileIteration function 1542 ./php-2.0/src/lex.c int NewWhileIteration(long sp) {
  653. Next function 1392 ./php-2.0/src/var.c void Next(char *name) {
  654. NoHeader function 46 ./php-2.0/src/head.c void NoHeader(void) {
  655. Not function 445 ./php-2.0/src/cond.c void Not(void) {
  656. OANY macro 53 ./php-2.0/src/regex/regex2.h #define OANY (5<<OPSHIFT) /* . - */
  657. OANYOF macro 54 ./php-2.0/src/regex/regex2.h #define OANYOF (6<<OPSHIFT) /* [...] set number */
  658. OBACK_ macro 55 ./php-2.0/src/regex/regex2.h #define OBACK_ (7<<OPSHIFT) /* begin \d paren number */
  659. OBOL macro 51 ./php-2.0/src/regex/regex2.h #define OBOL (3<<OPSHIFT) /* left anchor - */
  660. OBOW macro 67 ./php-2.0/src/regex/regex2.h #define OBOW (19u<<OPSHIFT) /* begin word - */
  661. OCHAR macro 50 ./php-2.0/src/regex/regex2.h #define OCHAR (2<<OPSHIFT) /* character unsigned char */
  662. OCH_ macro 63 ./php-2.0/src/regex/regex2.h #define OCH_ (15<<OPSHIFT) /* begin choice fwd to OOR2 */
  663. ODBCcloseAll function 444 ./php-2.0/src/odbc.c void ODBCcloseAll(void) {
  664. ODBCconnect function 1088 ./php-2.0/src/odbc.c void ODBCconnect(void) {
  665. ODBCdisconnect function 1196 ./php-2.0/src/odbc.c void ODBCdisconnect(void) {
  666. ODBCexecdirect function 787 ./php-2.0/src/odbc.c void ODBCexecdirect(void) {
  667. ODBCfetch function 728 ./php-2.0/src/odbc.c void ODBCfetch(void) {
  668. ODBCfree function 1060 ./php-2.0/src/odbc.c void ODBCfree(void) {
  669. ODBCgetdata function 891 ./php-2.0/src/odbc.c void ODBCgetdata(void) {
  670. ODBCrowcount function 1232 ./php-2.0/src/odbc.c void ODBCrowcount(void) {
  671. OEND macro 49 ./php-2.0/src/regex/regex2.h #define OEND (1<<OPSHIFT) /* endmarker - */
  672. OEOL macro 52 ./php-2.0/src/regex/regex2.h #define OEOL (4<<OPSHIFT) /* right anchor - */
  673. OEOW macro 68 ./php-2.0/src/regex/regex2.h #define OEOW (20u<<OPSHIFT) /* end word - */
  674. OLPAREN macro 61 ./php-2.0/src/regex/regex2.h #define OLPAREN (13<<OPSHIFT) /* ( fwd to ) */
  675. OOR1 macro 64 ./php-2.0/src/regex/regex2.h #define OOR1 (16u<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
  676. OOR2 macro 65 ./php-2.0/src/regex/regex2.h #define OOR2 (17u<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
  677. OP macro 44 ./php-2.0/src/regex/regex2.h #define OP(n) ((n)&OPRMASK)
  678. OPDMASK macro 42 ./php-2.0/src/regex/regex2.h #define OPDMASK 0x07ffffff
  679. OPLUS_ macro 57 ./php-2.0/src/regex/regex2.h #define OPLUS_ (9<<OPSHIFT) /* + prefix fwd to suffix */
  680. OPND macro 45 ./php-2.0/src/regex/regex2.h #define OPND(n) ((n)&OPDMASK)
  681. OPRMASK macro 41 ./php-2.0/src/regex/regex2.h #define OPRMASK 0xf8000000
  682. OPSHIFT macro 43 ./php-2.0/src/regex/regex2.h #define OPSHIFT ((unsigned)27)
  683. OQUEST_ macro 59 ./php-2.0/src/regex/regex2.h #define OQUEST_ (11<<OPSHIFT) /* ? prefix fwd to suffix */
  684. ORABUFLEN macro 69 ./php-2.0/src/oracle.h #define ORABUFLEN 2000
  685. ORANAMELEN macro 65 ./php-2.0/src/oracle.h #define ORANAMELEN 32
  686. ORANUMWIDTH macro 72 ./php-2.0/src/oracle.h #define ORANUMWIDTH 38
  687. ORAPWLEN macro 59 ./php-2.0/src/oracle.h #define ORAPWLEN 100
  688. ORASIDLEN macro 62 ./php-2.0/src/oracle.h #define ORASIDLEN 32
  689. ORAUIDLEN macro 58 ./php-2.0/src/oracle.h #define ORAUIDLEN 100
  690. ORA_PARSE macro 111 ./php-2.0/src/parse.h #define ORA_PARSE 365
  691. ORA_PARSE macro 115 ./php-2.0/src/parse.c #define ORA_PARSE 365
  692. OREQ macro 41 ./php-2.0/src/parse.h #define OREQ 295
  693. OREQ macro 45 ./php-2.0/src/parse.c #define OREQ 295
  694. ORPAREN macro 62 ./php-2.0/src/regex/regex2.h #define ORPAREN (14<<OPSHIFT) /* ) back to ( */
  695. OUT macro 133 ./php-2.0/src/regex/regex2.h #define OUT (CHAR_MAX+1) /* a non-character value */
  696. O_BACK macro 56 ./php-2.0/src/regex/regex2.h #define O_BACK (8<<OPSHIFT) /* end \d paren number */
  697. O_CH macro 66 ./php-2.0/src/regex/regex2.h #define O_CH (18u<<OPSHIFT) /* end choice back to OOR1 */
  698. O_PLUS macro 58 ./php-2.0/src/regex/regex2.h #define O_PLUS (10<<OPSHIFT) /* + suffix back to prefix */
  699. O_QUEST macro 60 ./php-2.0/src/regex/regex2.h #define O_QUEST (12<<OPSHIFT) /* ? suffix back to prefix */
  700. OctDec function 514 ./php-2.0/src/calc.c void OctDec(void) {
  701. OpenDir function 44 ./php-2.0/src/dir.c void OpenDir(void) {
  702. OpenFile function 117 ./php-2.0/src/file.c int OpenFile(char *filename, int top, long *file_size) {
  703. OpenFile macro 943 ./php-2.0/src/php.h #define OpenFile _OpenFile
  704. OpenLog function 105 ./php-2.0/src/syslog.c void OpenLog(void)
  705. OraCloseAll function 1015 ./php-2.0/src/oracle.c OraCloseAll(void)
  706. Ora_Bind function 899 ./php-2.0/src/oracle.c Ora_Bind(void) /* cursor_index, php_var_name, sql_var_name, var_len */
  707. Ora_Close function 311 ./php-2.0/src/oracle.c Ora_Close() /* conn_index */
  708. Ora_Commit function 451 ./php-2.0/src/oracle.c Ora_Commit() /* conn_index */
  709. Ora_CommitOff function 359 ./php-2.0/src/oracle.c Ora_CommitOff() /* conn_index */
  710. Ora_CommitOn function 404 ./php-2.0/src/oracle.c Ora_CommitOn() /* conn_index */
  711. Ora_Exec function 645 ./php-2.0/src/oracle.c Ora_Exec() /* cursor_index */
  712. Ora_Fetch function 728 ./php-2.0/src/oracle.c Ora_Fetch() /* cursor_index */
  713. Ora_GetColumn function 783 ./php-2.0/src/oracle.c Ora_GetColumn() /* cursor_index, column_index */
  714. Ora_Logoff function 192 ./php-2.0/src/oracle.c Ora_Logoff() /* conn_index */
  715. Ora_Logon function 102 ./php-2.0/src/oracle.c Ora_Logon() /* userid, password */
  716. Ora_Open function 251 ./php-2.0/src/oracle.c Ora_Open() /* conn_index */
  717. Ora_Parse function 546 ./php-2.0/src/oracle.c Ora_Parse(int flag) /* cursor_index, sql_statement [, defer] */
  718. Ora_Rollback function 499 ./php-2.0/src/oracle.c Ora_Rollback() /* conn_index */
  719. Ord function 404 ./php-2.0/src/string.c void Ord(void) {
  720. PADDING variable 133 ./php-2.0/src/md5.c static unsigned char PADDING[64] = {
  721. PARSESTR macro 100 ./php-2.0/src/parse.h #define PARSESTR 354
  722. PARSESTR macro 104 ./php-2.0/src/parse.c #define PARSESTR 354
  723. PASSTHRU macro 56 ./php-2.0/src/parse.h #define PASSTHRU 310
  724. PASSTHRU macro 60 ./php-2.0/src/parse.c #define PASSTHRU 310
  725. PATH_MAX macro 620 ./php-2.0/src/lex.c #define PATH_MAX 255
  726. PCHARDONE macro 983 ./php-2.0/src/regex/engine.c #define PCHARDONE /* never again */
  727. PEEK macro 41 ./php-2.0/src/regex/regcomp.c #define PEEK() (*p->next)
  728. PEEK2 macro 42 ./php-2.0/src/regex/regcomp.c #define PEEK2() (*(p->next+1))
  729. PEQ macro 22 ./php-2.0/src/parse.h #define PEQ 276
  730. PEQ macro 26 ./php-2.0/src/parse.c #define PEQ 276
  731. PG_result function 423 ./php-2.0/src/pg95.c void PG_result(void) {
  732. PGclose function 724 ./php-2.0/src/pg95.c void PGclose(void) {
  733. PGcloseAll function 291 ./php-2.0/src/pg95.c void PGcloseAll(void) {
  734. PGconnect function 618 ./php-2.0/src/pg95.c void PGconnect(void) {
  735. PGdbName function 1193 ./php-2.0/src/pg95.c void PGdbName(void) {
  736. PGerrorMessage function 1359 ./php-2.0/src/pg95.c void PGerrorMessage(void) {
  737. PGexec function 316 ./php-2.0/src/pg95.c void PGexec(void) {
  738. PGfieldName function 822 ./php-2.0/src/pg95.c void PGfieldName(void) {
  739. PGfieldNum function 961 ./php-2.0/src/pg95.c void PGfieldNum(void) {
  740. PGfieldPrtLen function 1015 ./php-2.0/src/pg95.c void PGfieldPrtLen(void) {
  741. PGfieldSize function 1090 ./php-2.0/src/pg95.c void PGfieldSize(void) {
  742. PGfieldType function 887 ./php-2.0/src/pg95.c void PGfieldType(void) {
  743. PGfreeResult function 597 ./php-2.0/src/pg95.c void PGfreeResult(void) {
  744. PGgetlastoid function 1346 ./php-2.0/src/pg95.c void PGgetlastoid(void) {
  745. PGhost function 1154 ./php-2.0/src/pg95.c void PGhost(void) {
  746. PGnumFields function 785 ./php-2.0/src/pg95.c void PGnumFields(void) {
  747. PGnumRows function 747 ./php-2.0/src/pg95.c void PGnumRows(void) {
  748. PGoptions function 1231 ./php-2.0/src/pg95.c void PGoptions(void) {
  749. PGport function 1269 ./php-2.0/src/pg95.c void PGport(void) {
  750. PGtty function 1307 ./php-2.0/src/pg95.c void PGtty(void) {
  751. PHPARSORT macro 108 ./php-2.0/src/parse.h #define PHPARSORT 362
  752. PHPARSORT macro 112 ./php-2.0/src/parse.c #define PHPARSORT 362
  753. PHPASORT macro 106 ./php-2.0/src/parse.h #define PHPASORT 360
  754. PHPASORT macro 110 ./php-2.0/src/parse.c #define PHPASORT 360
  755. PHPECHO macro 20 ./php-2.0/src/parse.h #define PHPECHO 274
  756. PHPECHO macro 24 ./php-2.0/src/parse.c #define PHPECHO 274
  757. PHPFile function 1696 ./php-2.0/src/file.c void PHPFile(void) {
  758. PHPFlush function 1813 ./php-2.0/src/lex.c void PHPFlush(void) {
  759. PHPMAIL macro 112 ./php-2.0/src/parse.h #define PHPMAIL 366
  760. PHPMAIL macro 116 ./php-2.0/src/parse.c #define PHPMAIL 366
  761. PHPNEXT macro 83 ./php-2.0/src/parse.h #define PHPNEXT 337
  762. PHPNEXT macro 87 ./php-2.0/src/parse.c #define PHPNEXT 337
  763. PHPRSORT macro 107 ./php-2.0/src/parse.h #define PHPRSORT 361
  764. PHPRSORT macro 111 ./php-2.0/src/parse.c #define PHPRSORT 361
  765. PHPSORT macro 105 ./php-2.0/src/parse.h #define PHPSORT 359
  766. PHPSORT macro 109 ./php-2.0/src/parse.c #define PHPSORT 359
  767. PHPSTRING macro 52 ./php-2.0/src/snmp.c #define PHPSTRING 260
  768. PHPVersion function 389 ./php-2.0/src/info.c void PHPVersion(void) {
  769. PHP_ALIGN macro 267 ./php-2.0/src/pool.c #define PHP_ALIGN (sizeof(union php_align))
  770. PHP_AUTH_VARS macro 314 ./php-2.0/src/php.h #define PHP_AUTH_VARS 1
  771. PHP_BLOCK_MINFREE macro 36 ./php-2.0/src/pool.c #define PHP_BLOCK_MINFREE 8192
  772. PHP_LOOPLIMIT macro 265 ./php-2.0/src/php.h #define PHP_LOOPLIMIT 100000
  773. PHP_MAX_CMD_LEN macro 92 ./php-2.0/src/lex.c #define PHP_MAX_CMD_LEN 21
  774. PHP_MAX_CMD_NUM macro 93 ./php-2.0/src/lex.c #define PHP_MAX_CMD_NUM 39
  775. PHP_POOL_HDR_BYTES macro 358 ./php-2.0/src/pool.c #define PHP_POOL_HDR_BYTES (PHP_POOL_HDR_CLICKS * PHP_ALIGN)
  776. PHP_POOL_HDR_CLICKS macro 357 ./php-2.0/src/pool.c #define PHP_POOL_HDR_CLICKS (1 + ((sizeof(struct pool) - 1) / PHP_ALIGN))
  777. PHP_PUB_DIRNAME macro 105 ./php-2.0/src/php.h #define PHP_PUB_DIRNAME "public_html"
  778. PHP_PUB_DIRNAME_ENV macro 112 ./php-2.0/src/php.h #define PHP_PUB_DIRNAME_ENV "PHP_USERDIR"
  779. PHP_VERSION macro 368 ./php-2.0/src/php.h #define PHP_VERSION "2.0"
  780. PHP_pcalloc function 433 ./php-2.0/src/pool.c void *PHP_pcalloc(struct pool *a, int size) {
  781. POINTER typedef 35 ./php-2.0/src/global.h typedef unsigned char *POINTER;
  782. PREV macro 84 ./php-2.0/src/parse.h #define PREV 338
  783. PREV macro 88 ./php-2.0/src/parse.c #define PREV 338
  784. PROTOTYPES macro 31 ./php-2.0/src/global.h #define PROTOTYPES 0
  785. PROTO_LIST macro 48 ./php-2.0/src/global.h #define PROTO_LIST(list) list
  786. PROTO_LIST macro 50 ./php-2.0/src/global.h #define PROTO_LIST(list) ()
  787. PUTC macro 375 ./php-2.0/src/php.h #define PUTC(a) rputc((a),php_rqst)
  788. PUTC macro 378 ./php-2.0/src/php.h #define PUTC(a) rprintf(php_rqst,"%c",(a))
  789. PUTC macro 382 ./php-2.0/src/php.h #define PUTC(a) fputc((a),stdout)
  790. PUTS macro 374 ./php-2.0/src/php.h #define PUTS(a) rputs((a),php_rqst)
  791. PUTS macro 377 ./php-2.0/src/php.h #define PUTS(a) rprintf(php_rqst,"%s",(a))
  792. PUTS macro 381 ./php-2.0/src/php.h #define PUTS(a) fputs((a),stdout)
  793. ParseEscapes function 403 ./php-2.0/src/echo.c void ParseEscapes(char *string) {
  794. ParserInit function 1471 ./php-2.0/src/lex.c void ParserInit(int fd, long file_size, int nh, char *fbuf) {
  795. Pclose function 1171 ./php-2.0/src/file.c void Pclose(void) {
  796. PolyMaxPoints macro 47 ./php-2.0/src/gd.c #define PolyMaxPoints 256
  797. Pop function 159 ./php-2.0/src/stack.c Stack *Pop(void) {
  798. PopCondMatchMarks function 256 ./php-2.0/src/cond.c void PopCondMatchMarks(void) {
  799. PopCookieList function 298 ./php-2.0/src/head.c CookieList *PopCookieList(void) {
  800. PopCounters function 1803 ./php-2.0/src/lex.c void PopCounters(void) {
  801. PopStackFrame function 1882 ./php-2.0/src/var.c void PopStackFrame(void) {
  802. PopSwitchMark function 89 ./php-2.0/src/switch.c void PopSwitchMark(void) {
  803. PopWhileMark function 93 ./php-2.0/src/while.c void PopWhileMark(void) {
  804. Popen function 1113 ./php-2.0/src/file.c void Popen(void) {
  805. Pos function 1563 ./php-2.0/src/var.c void Pos(void) {
  806. PostParseFile function 1518 ./php-2.0/src/lex.c void PostParseFile(void) {
  807. PostToAccessStr function 287 ./php-2.0/src/acc.c void PostToAccessStr(char *db) {
  808. Pow function 607 ./php-2.0/src/calc.c void Pow(void) {
  809. PreParseFile function 1509 ./php-2.0/src/lex.c void PreParseFile(void) {
  810. Prev function 1409 ./php-2.0/src/var.c void Prev(char *name) {
  811. PrintErrors variable 37 ./php-2.0/src/error.c static int PrintErrors=1;
  812. PrintHeader variable 35 ./php-2.0/src/head.c static int PrintHeader=1;
  813. PtrPop function 1764 ./php-2.0/src/var.c void *PtrPop(void) {
  814. PtrPush function 1755 ./php-2.0/src/var.c void PtrPush(void *ptr) {
  815. PtrStack struct 598 ./php-2.0/src/php.h typedef struct PtrStack {
  816. PtrStack typedef 601 ./php-2.0/src/php.h } PtrStack;
  817. Push function 54 ./php-2.0/src/stack.c void Push(char *value, int type) {
  818. PushCondMatchMarks function 222 ./php-2.0/src/cond.c void PushCondMatchMarks(void) {
  819. PushCookieList function 284 ./php-2.0/src/head.c void PushCookieList(char *name, char *value, time_t expires, char *path, char *domain, int secure) {
  820. PushCounters function 1789 ./php-2.0/src/lex.c void PushCounters(void) {
  821. PushStackFrame function 1870 ./php-2.0/src/var.c void PushStackFrame(void) {
  822. PushSwitchMark function 80 ./php-2.0/src/switch.c void PushSwitchMark(void) {
  823. PushWhileMark function 84 ./php-2.0/src/while.c void PushWhileMark(void) {
  824. PutEnv function 1700 ./php-2.0/src/var.c void PutEnv(void) {
  825. QuoteMeta function 376 ./php-2.0/src/string.c void QuoteMeta(void) {
  826. RAND_MAX macro 28 ./php-2.0/src/rand.c #define RAND_MAX 32767
  827. REG_ASSERT macro 49 ./php-2.0/src/regex/regex.h #define REG_ASSERT 15
  828. REG_ATOI macro 51 ./php-2.0/src/regex/regex.h #define REG_ATOI 255 /* convert name to number (!) */
  829. REG_BACKR macro 63 ./php-2.0/src/regex/regex.h #define REG_BACKR 02000 /* force use of backref code */
  830. REG_BADBR macro 44 ./php-2.0/src/regex/regex.h #define REG_BADBR 10
  831. REG_BADPAT macro 36 ./php-2.0/src/regex/regex.h #define REG_BADPAT 2
  832. REG_BADRPT macro 47 ./php-2.0/src/regex/regex.h #define REG_BADRPT 13
  833. REG_BASIC macro 24 ./php-2.0/src/regex/regex.h #define REG_BASIC 0000
  834. REG_DUMP macro 31 ./php-2.0/src/regex/regex.h #define REG_DUMP 0200
  835. REG_EBRACE macro 43 ./php-2.0/src/regex/regex.h #define REG_EBRACE 9
  836. REG_EBRACK macro 41 ./php-2.0/src/regex/regex.h #define REG_EBRACK 7
  837. REG_ECOLLATE macro 37 ./php-2.0/src/regex/regex.h #define REG_ECOLLATE 3
  838. REG_ECTYPE macro 38 ./php-2.0/src/regex/regex.h #define REG_ECTYPE 4
  839. REG_EESCAPE macro 39 ./php-2.0/src/regex/regex.h #define REG_EESCAPE 5
  840. REG_EMPTY macro 48 ./php-2.0/src/regex/regex.h #define REG_EMPTY 14
  841. REG_EPAREN macro 42 ./php-2.0/src/regex/regex.h #define REG_EPAREN 8
  842. REG_ERANGE macro 45 ./php-2.0/src/regex/regex.h #define REG_ERANGE 11
  843. REG_ESPACE macro 46 ./php-2.0/src/regex/regex.h #define REG_ESPACE 12
  844. REG_ESUBREG macro 40 ./php-2.0/src/regex/regex.h #define REG_ESUBREG 6
  845. REG_EXTENDED macro 25 ./php-2.0/src/regex/regex.h #define REG_EXTENDED 0001
  846. REG_ICASE macro 26 ./php-2.0/src/regex/regex.h #define REG_ICASE 0002
  847. REG_INVARG macro 50 ./php-2.0/src/regex/regex.h #define REG_INVARG 16
  848. REG_ITOA macro 52 ./php-2.0/src/regex/regex.h #define REG_ITOA 0400 /* convert number to name (!) */
  849. REG_LARGE macro 62 ./php-2.0/src/regex/regex.h #define REG_LARGE 01000 /* force large representation */
  850. REG_MATCH macro 52 ./php-2.0/src/parse.h #define REG_MATCH 306
  851. REG_MATCH macro 56 ./php-2.0/src/parse.c #define REG_MATCH 306
  852. REG_NEWLINE macro 28 ./php-2.0/src/regex/regex.h #define REG_NEWLINE 0010
  853. REG_NOMATCH macro 35 ./php-2.0/src/regex/regex.h #define REG_NOMATCH 1
  854. REG_NOSPEC macro 29 ./php-2.0/src/regex/regex.h #define REG_NOSPEC 0020
  855. REG_NOSUB macro 27 ./php-2.0/src/regex/regex.h #define REG_NOSUB 0004
  856. REG_NOTBOL macro 58 ./php-2.0/src/regex/regex.h #define REG_NOTBOL 00001
  857. REG_NOTEOL macro 59 ./php-2.0/src/regex/regex.h #define REG_NOTEOL 00002
  858. REG_PEND macro 30 ./php-2.0/src/regex/regex.h #define REG_PEND 0040
  859. REG_SEARCH macro 53 ./php-2.0/src/parse.h #define REG_SEARCH 307
  860. REG_SEARCH macro 57 ./php-2.0/src/parse.c #define REG_SEARCH 307
  861. REG_STARTEND macro 60 ./php-2.0/src/regex/regex.h #define REG_STARTEND 00004
  862. REG_TRACE macro 61 ./php-2.0/src/regex/regex.h #define REG_TRACE 00400 /* tracing of execution */
  863. REP macro 921 ./php-2.0/src/regex/regcomp.c # define REP(f, t) ((f)*8 + (t))
  864. REQUIRE macro 54 ./php-2.0/src/regex/regcomp.c #define REQUIRE(co, e) ((co) || SETERROR(e))
  865. RESET macro 81 ./php-2.0/src/parse.h #define RESET 335
  866. RESET macro 85 ./php-2.0/src/parse.c #define RESET 335
  867. RETURN macro 45 ./php-2.0/src/parse.h #define RETURN 299
  868. RETURN macro 49 ./php-2.0/src/parse.c #define RETURN 299
  869. RNF macro 208 ./php-2.0/src/regex/split.c #define RNF 5 /* some table entries know this */
  870. ROTATE_LEFT macro 148 ./php-2.0/src/md5.c #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n))))
  871. ROWID_TYPE macro 104 ./php-2.0/src/oracle.h #define ROWID_TYPE 11
  872. Rand function 46 ./php-2.0/src/rand.c void Rand(void) {
  873. ReadDir function 93 ./php-2.0/src/dir.c void ReadDir(void) {
  874. ReadFile function 1847 ./php-2.0/src/file.c void ReadFile(void) {
  875. ReadFile macro 1009 ./php-2.0/src/php.h #define ReadFile _ReadFile
  876. ReadLink function 739 ./php-2.0/src/file.c void ReadLink(void) {
  877. RefDoc variable 42 ./php-2.0/src/acc.c static char *RefDoc=NULL;
  878. RegMatch function 47 ./php-2.0/src/reg.c void RegMatch(char *reg_name, int search) {
  879. RegReplace function 154 ./php-2.0/src/reg.c void RegReplace(void) {
  880. RemoteHostName variable 40 ./php-2.0/src/acc.c static char *RemoteHostName=NULL;
  881. Rename function 896 ./php-2.0/src/file.c void Rename(void) {
  882. Reset function 1351 ./php-2.0/src/var.c void Reset(char *name) {
  883. ResultList struct 36 ./php-2.0/src/msql.c typedef struct ResultList {
  884. ResultList struct 47 ./php-2.0/src/mysql.c typedef struct ResultList {
  885. ResultList typedef 40 ./php-2.0/src/msql.c } ResultList;
  886. ResultList typedef 51 ./php-2.0/src/mysql.c } ResultList;
  887. ResultValue typedef 55 ./php-2.0/src/solid.c } ResultValue;
  888. ResultValue typedef 59 ./php-2.0/src/adabasd.c } ResultValue;
  889. Return function 1785 ./php-2.0/src/lex.c void Return(void) {
  890. Rewind function 1390 ./php-2.0/src/file.c void Rewind(void) {
  891. RewindDir function 89 ./php-2.0/src/dir.c void RewindDir(void) {
  892. RmDir function 1671 ./php-2.0/src/file.c void RmDir(void) {
  893. RunFunc function 1703 ./php-2.0/src/lex.c void RunFunc(char *name) {
  894. S11 macro 108 ./php-2.0/src/md5.c #define S11 7
  895. S12 macro 109 ./php-2.0/src/md5.c #define S12 12
  896. S13 macro 110 ./php-2.0/src/md5.c #define S13 17
  897. S14 macro 111 ./php-2.0/src/md5.c #define S14 22
  898. S21 macro 112 ./php-2.0/src/md5.c #define S21 5
  899. S22 macro 113 ./php-2.0/src/md5.c #define S22 9
  900. S23 macro 114 ./php-2.0/src/md5.c #define S23 14
  901. S24 macro 115 ./php-2.0/src/md5.c #define S24 20
  902. S31 macro 116 ./php-2.0/src/md5.c #define S31 4
  903. S32 macro 117 ./php-2.0/src/md5.c #define S32 11
  904. S33 macro 118 ./php-2.0/src/md5.c #define S33 16
  905. S34 macro 119 ./php-2.0/src/md5.c #define S34 23
  906. S41 macro 120 ./php-2.0/src/md5.c #define S41 6
  907. S42 macro 121 ./php-2.0/src/md5.c #define S42 10
  908. S43 macro 122 ./php-2.0/src/md5.c #define S43 15
  909. S44 macro 123 ./php-2.0/src/md5.c #define S44 21
  910. SEE macro 45 ./php-2.0/src/regex/regcomp.c #define SEE(c) (MORE() && PEEK() == (c))
  911. SEETWO macro 46 ./php-2.0/src/regex/regcomp.c #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
  912. SET0 macro 25 ./php-2.0/src/regex/regexec.c #define SET0(v, n) ((v) &= ~(1 << (n)))
  913. SET0 macro 51 ./php-2.0/src/regex/regexec.c #undef SET0
  914. SET0 macro 72 ./php-2.0/src/regex/regexec.c #define SET0(v, n) ((v)[n] = 0)
  915. SET1 macro 26 ./php-2.0/src/regex/regexec.c #define SET1(v, n) ((v) |= 1 << (n))
  916. SET1 macro 52 ./php-2.0/src/regex/regexec.c #undef SET1
  917. SET1 macro 73 ./php-2.0/src/regex/regexec.c #define SET1(v, n) ((v)[n] = 1)
  918. SETCOOKIE macro 96 ./php-2.0/src/parse.h #define SETCOOKIE 350
  919. SETCOOKIE macro 100 ./php-2.0/src/parse.c #define SETCOOKIE 350
  920. SETERROR macro 53 ./php-2.0/src/regex/regcomp.c #define SETERROR(e) seterr(p, (e))
  921. SETUP macro 33 ./php-2.0/src/regex/regexec.c #define SETUP(v) ((v) = 0)
  922. SETUP macro 59 ./php-2.0/src/regex/regexec.c #undef SETUP
  923. SETUP macro 82 ./php-2.0/src/regex/regexec.c #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  924. SHORT macro 137 ./php-2.0/src/regex/main.c # define SHORT 10
  925. SNAMES macro 44 ./php-2.0/src/regex/regexec.c #define SNAMES /* engine.c looks after details */
  926. SNAMES macro 67 ./php-2.0/src/regex/regexec.c #undef SNAMES
  927. SOP macro 46 ./php-2.0/src/regex/regex2.h #define SOP(op, opnd) ((op)|(opnd))
  928. SP macro 51 ./php-2.0/src/regex/engine.c #define SP(t, s, c) print(m, t, s, c, stdout)
  929. SP macro 55 ./php-2.0/src/regex/engine.c #define SP(t, s, c) /* nothing */
  930. SPRINTF macro 97 ./php-2.0/src/parse.h #define SPRINTF 351
  931. SPRINTF macro 101 ./php-2.0/src/parse.c #define SPRINTF 351
  932. SQLLOGDB macro 192 ./php-2.0/src/php.h #define SQLLOGDB "phpfi"
  933. SQLLOGHOST macro 200 ./php-2.0/src/php.h #define SQLLOGHOST "localhost"
  934. SQLLOGTMP macro 209 ./php-2.0/src/php.h #define SQLLOGTMP "/tmp"
  935. SQLLog function 721 ./php-2.0/src/log.c void SQLLog(char *filename) {
  936. SQLLogDB member 29 ./php-2.0/src/mod_php.h char *SQLLogDB;
  937. SQLLogDB variable 63 ./php-2.0/src/log.c static char *SQLLogDB;
  938. SQLLogHost member 30 ./php-2.0/src/mod_php.h char *SQLLogHost;
  939. SQLLogHost variable 64 ./php-2.0/src/log.c static char *SQLLogHost;
  940. STACK_DIR macro 182 ./php-2.0/src/local.c #define STACK_DIR STACK_DIRECTION /* known at compile-time */
  941. STACK_DIR macro 187 ./php-2.0/src/local.c #define STACK_DIR stack_dir
  942. STACK_DIRECTION macro 177 ./php-2.0/src/local.c #define STACK_DIRECTION 0 /* direction unknown */
  943. STATESETUP macro 31 ./php-2.0/src/regex/regexec.c #define STATESETUP(m, n) /* nothing */
  944. STATESETUP macro 57 ./php-2.0/src/regex/regexec.c #undef STATESETUP
  945. STATESETUP macro 78 ./php-2.0/src/regex/regexec.c #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
  946. STATETEARDOWN macro 32 ./php-2.0/src/regex/regexec.c #define STATETEARDOWN(m) /* nothing */
  947. STATETEARDOWN macro 58 ./php-2.0/src/regex/regexec.c #undef STATETEARDOWN
  948. STATETEARDOWN macro 81 ./php-2.0/src/regex/regexec.c #define STATETEARDOWN(m) { free((m)->space); }
  949. STATEVARS macro 30 ./php-2.0/src/regex/regexec.c #define STATEVARS int dummy /* dummy version */
  950. STATEVARS macro 56 ./php-2.0/src/regex/regexec.c #undef STATEVARS
  951. STATEVARS macro 77 ./php-2.0/src/regex/regexec.c #define STATEVARS int vn; char *space
  952. STATEVARS member 41 ./php-2.0/src/regex/engine.c STATEVARS;
  953. STATIC macro 43 ./php-2.0/src/parse.h #define STATIC 297
  954. STATIC macro 47 ./php-2.0/src/parse.c #define STATIC 297
  955. STRING macro 6 ./php-2.0/src/parse.h #define STRING 260
  956. STRING macro 10 ./php-2.0/src/parse.c #define STRING 260
  957. STRING macro 53 ./php-2.0/src/snmp.c #undef STRING
  958. STRING_TRUNCATED macro 75 ./php-2.0/src/oracle.h #define STRING_TRUNCATED 1406
  959. STRING_TYPE macro 103 ./php-2.0/src/oracle.h #define STRING_TYPE 5
  960. STRTOK macro 51 ./php-2.0/src/parse.h #define STRTOK 305
  961. STRTOK macro 55 ./php-2.0/src/parse.c #define STRTOK 305
  962. SWITCH macro 30 ./php-2.0/src/parse.h #define SWITCH 284
  963. SWITCH macro 34 ./php-2.0/src/parse.c #define SWITCH 284
  964. SYSTEM macro 55 ./php-2.0/src/parse.h #define SYSTEM 309
  965. SYSTEM macro 59 ./php-2.0/src/parse.c #define SYSTEM 309
  966. S_IFBLK macro 53 ./php-2.0/src/php.h #define S_IFBLK _IFBLK
  967. S_IFIFO macro 52 ./php-2.0/src/php.h #define S_IFIFO _IFIFO
  968. S_IFLNK macro 54 ./php-2.0/src/php.h #define S_IFLNK _IFLNK
  969. S_IXUSR macro 46 ./php-2.0/src/mod_php.h #define S_IXUSR _S_IEXEC
  970. SecureVar function 1776 ./php-2.0/src/var.c void SecureVar(void) {
  971. SeekPos variable 62 ./php-2.0/src/lex.c static long SeekPos=0L;
  972. SetCookie function 307 ./php-2.0/src/head.c void SetCookie(int args) {
  973. SetCurrentFileSize function 539 ./php-2.0/src/file.c void SetCurrentFileSize(long file_size) {
  974. SetCurrentFilename function 530 ./php-2.0/src/file.c void SetCurrentFilename(char *filename) {
  975. SetCurrentPD function 1496 ./php-2.0/src/file.c void SetCurrentPD(char *pd) {
  976. SetCurrentPI function 1469 ./php-2.0/src/file.c void SetCurrentPI(char *pi) {
  977. SetErrorReporting function 166 ./php-2.0/src/error.c void SetErrorReporting(void) {
  978. SetHeaderCalled function 779 ./php-2.0/src/lex.c void SetHeaderCalled(void) {
  979. SetIncludePath function 1480 ./php-2.0/src/file.c void SetIncludePath(char *path) {
  980. SetLogging function 692 ./php-2.0/src/acc.c void SetLogging(void) {
  981. SetShowInfo function 711 ./php-2.0/src/acc.c void SetShowInfo(void) {
  982. SetType function 76 ./php-2.0/src/string.c void SetType(void) {
  983. SetVar function 73 ./php-2.0/src/var.c void SetVar(char *name, int mode, int inc) {
  984. ShowBanPage function 502 ./php-2.0/src/acc.c void ShowBanPage(char *url) {
  985. ShowCondStack function 134 ./php-2.0/src/cond.c void ShowCondStack(void) {
  986. ShowEmailPage function 515 ./php-2.0/src/acc.c void ShowEmailPage(char *url) {
  987. ShowInfo member 25 ./php-2.0/src/mod_php.h int ShowInfo;
  988. ShowInfo variable 47 ./php-2.0/src/acc.c static int ShowInfo=1;
  989. ShowPageInfo function 343 ./php-2.0/src/info.c void ShowPageInfo(void) {
  990. ShowPasswordPage function 565 ./php-2.0/src/acc.c void ShowPasswordPage(char *url) {
  991. ShowPool function 177 ./php-2.0/src/pool.c void ShowPool(void) {
  992. ShowStack function 36 ./php-2.0/src/stack.c void ShowStack(void) {
  993. ShowWhileStack function 39 ./php-2.0/src/while.c void ShowWhileStack(void) {
  994. Sin function 653 ./php-2.0/src/calc.c void Sin(void) {
  995. Sleep function 938 ./php-2.0/src/file.c void Sleep(void) {
  996. Sleep macro 970 ./php-2.0/src/php.h #define Sleep _Sleep
  997. SolidConnList struct 71 ./php-2.0/src/solid.c typedef struct SolidConnList {
  998. SolidConnList typedef 75 ./php-2.0/src/solid.c } SolidConnList;
  999. SolidResult struct 57 ./php-2.0/src/solid.c typedef struct SolidResult {
  1000. SolidResult typedef 62 ./php-2.0/src/solid.c } SolidResult;
  1001. SolidResultList struct 64 ./php-2.0/src/solid.c typedef struct SolidResultList {
  1002. SolidResultList typedef 69 ./php-2.0/src/solid.c } SolidResultList;
  1003. Solid_close function 653 ./php-2.0/src/solid.c void Solid_close(void) {
  1004. Solid_closeAll function 225 ./php-2.0/src/solid.c void Solid_closeAll(void) {
  1005. Solid_connect function 574 ./php-2.0/src/solid.c void Solid_connect(void) {
  1006. Solid_exec function 253 ./php-2.0/src/solid.c void Solid_exec(void) {
  1007. Solid_fetchRow function 360 ./php-2.0/src/solid.c void Solid_fetchRow(void) {
  1008. Solid_fieldName function 774 ./php-2.0/src/solid.c void Solid_fieldName(void) {
  1009. Solid_fieldNum function 840 ./php-2.0/src/solid.c void Solid_fieldNum(void) {
  1010. Solid_freeResult function 552 ./php-2.0/src/solid.c void Solid_freeResult(void) {
  1011. Solid_numFields function 736 ./php-2.0/src/solid.c void Solid_numFields(void) {
  1012. Solid_numRows function 694 ./php-2.0/src/solid.c void Solid_numRows(void) {
  1013. Solid_result function 408 ./php-2.0/src/solid.c void Solid_result(void) {
  1014. Sort function 85 ./php-2.0/src/sort.c void Sort(int mode, int dir) {
  1015. Soundex function 38 ./php-2.0/src/soundex.c void Soundex(void) {
  1016. Sprintf function 437 ./php-2.0/src/string.c void Sprintf(int argc) {
  1017. Sqrt function 692 ./php-2.0/src/calc.c void Sqrt(void) {
  1018. Srand function 31 ./php-2.0/src/rand.c void Srand(void) {
  1019. Stack struct 454 ./php-2.0/src/php.h typedef struct Stack {
  1020. Stack typedef 462 ./php-2.0/src/php.h } Stack;
  1021. StrLen function 31 ./php-2.0/src/string.c void StrLen(void) {
  1022. StrStr function 222 ./php-2.0/src/string.c void StrStr(void) {
  1023. StrToLower function 211 ./php-2.0/src/string.c void StrToLower(void) {
  1024. StrToUpper function 188 ./php-2.0/src/string.c void StrToUpper(void) {
  1025. StrTok function 125 ./php-2.0/src/string.c void StrTok(int init) {
  1026. StrTr function 579 ./php-2.0/src/string.c void StrTr(void) { /* strtr(STRING,FROM,TO) */
  1027. StrVal function 44 ./php-2.0/src/string.c void StrVal(void) {
  1028. StripDollarSlashes function 318 ./php-2.0/src/echo.c void StripDollarSlashes(char *string) {
  1029. StripLastSlash function 104 ./php-2.0/src/file.c void StripLastSlash(char *str) {
  1030. StripSlashes function 297 ./php-2.0/src/echo.c void StripSlashes(char *string) {
  1031. StrrChr function 251 ./php-2.0/src/string.c void StrrChr(void) {
  1032. StrtoAccess function 93 ./php-2.0/src/acc.c AccessInfo *StrtoAccess(char *str) {
  1033. SubStr function 281 ./php-2.0/src/string.c void SubStr(void) {
  1034. SubVar function 1429 ./php-2.0/src/var.c char *SubVar(char *string) {
  1035. SubmitQuery function 775 ./php-2.0/src/sybsql.c static int SubmitQuery(char *query)
  1036. SubstSybCol function 1088 ./php-2.0/src/sybsql.c static char *SubstSybCol(char *str)
  1037. Switch function 101 ./php-2.0/src/switch.c void Switch(void) {
  1038. SwitchMark struct 488 ./php-2.0/src/php.h typedef struct SwitchMark {
  1039. SwitchMark typedef 491 ./php-2.0/src/php.h } SwitchMark;
  1040. SwitchPop function 49 ./php-2.0/src/switch.c SwitchStack *SwitchPop(void) {
  1041. SwitchPush function 36 ./php-2.0/src/switch.c void SwitchPush(Stack *s) {
  1042. SwitchStack struct 478 ./php-2.0/src/php.h typedef struct SwitchStack {
  1043. SwitchStack typedef 485 ./php-2.0/src/php.h } SwitchStack;
  1044. SybsqlCheckConnect function 727 ./php-2.0/src/sybsql.c void SybsqlCheckConnect(void) {
  1045. SybsqlConnect function 189 ./php-2.0/src/sybsql.c void SybsqlConnect(void)
  1046. SybsqlDbuse function 566 ./php-2.0/src/sybsql.c void SybsqlDbuse(void)
  1047. SybsqlExit function 2072 ./php-2.0/src/sybsql.c void SybsqlExit (void)
  1048. SybsqlFieldName function 1804 ./php-2.0/src/sybsql.c void SybsqlFieldName(void)
  1049. SybsqlGetField function 2034 ./php-2.0/src/sybsql.c void SybsqlGetField(void)
  1050. SybsqlIsRow function 852 ./php-2.0/src/sybsql.c void SybsqlIsRow(void)
  1051. SybsqlNextRow function 1005 ./php-2.0/src/sybsql.c void SybsqlNextRow(void)
  1052. SybsqlNumFields function 1741 ./php-2.0/src/sybsql.c void SybsqlNumFields(void)
  1053. SybsqlNumRows function 1406 ./php-2.0/src/sybsql.c void SybsqlNumRows(void)
  1054. SybsqlPrintAllRows function 1491 ./php-2.0/src/sybsql.c void SybsqlPrintAllRows(void)
  1055. SybsqlPrintArow function 922 ./php-2.0/src/sybsql.c void SybsqlPrintArow(void)
  1056. SybsqlQuery function 663 ./php-2.0/src/sybsql.c void SybsqlQuery(void)
  1057. SybsqlResult function 1544 ./php-2.0/src/sybsql.c void SybsqlResult(void)
  1058. SybsqlResultAll function 1896 ./php-2.0/src/sybsql.c void SybsqlResultAll(void)
  1059. SybsqlSeek function 1631 ./php-2.0/src/sybsql.c void SybsqlSeek(void)
  1060. SymLink function 796 ./php-2.0/src/file.c void SymLink(void) {
  1061. Syslog function 150 ./php-2.0/src/syslog.c void Syslog(void)
  1062. THERE macro 63 ./php-2.0/src/regex/regcomp.c #define THERE() (p->slen - 1)
  1063. THERETHERE macro 64 ./php-2.0/src/regex/regcomp.c #define THERETHERE() (p->slen - 2)
  1064. Tan function 679 ./php-2.0/src/calc.c void Tan(void) {
  1065. TempNam function 686 ./php-2.0/src/file.c void TempNam(void) {
  1066. TreatData function 229 ./php-2.0/src/post.c void TreatData(int arg) {
  1067. TreatHeaders function 345 ./php-2.0/src/post.c void TreatHeaders(void) {
  1068. UINT2 typedef 38 ./php-2.0/src/global.h typedef unsigned short int UINT2;
  1069. UINT4 typedef 41 ./php-2.0/src/global.h typedef unsigned long int UINT4;
  1070. UMASK macro 109 ./php-2.0/src/parse.h #define UMASK 363
  1071. UMASK macro 113 ./php-2.0/src/parse.c #define UMASK 363
  1072. UNSET macro 88 ./php-2.0/src/parse.h #define UNSET 342
  1073. UNSET macro 92 ./php-2.0/src/parse.c #define UNSET 342
  1074. USEBOL macro 116 ./php-2.0/src/regex/regex2.h # define USEBOL 01 /* used ^ */
  1075. USEEOL macro 117 ./php-2.0/src/regex/regex2.h # define USEEOL 02 /* used $ */
  1076. USleep function 949 ./php-2.0/src/file.c void USleep(void) {
  1077. UcFirst function 421 ./php-2.0/src/string.c void UcFirst(void) {
  1078. UnSet function 2037 ./php-2.0/src/var.c void UnSet(char *name, int index) {
  1079. UniqId function 49 ./php-2.0/src/uniqid.c void UniqId(void)
  1080. UnixTime function 192 ./php-2.0/src/date.c void UnixTime(void) {
  1081. Unlink function 710 ./php-2.0/src/file.c void Unlink(void) {
  1082. UploadTmpDir member 27 ./php-2.0/src/mod_php.h char *UploadTmpDir;
  1083. UploadTmpDir variable 28 ./php-2.0/src/mime.c static char *UploadTmpDir=NULL;
  1084. UrlDecode function 360 ./php-2.0/src/string.c void UrlDecode(void) {
  1085. UrlEncode function 343 ./php-2.0/src/string.c void UrlEncode(void) {
  1086. VAR macro 7 ./php-2.0/src/parse.h #define VAR 261
  1087. VAR macro 11 ./php-2.0/src/parse.c #define VAR 261
  1088. VARCHAR2_TYPE macro 99 ./php-2.0/src/oracle.h #define VARCHAR2_TYPE 1
  1089. VAR_INIT_CHAR macro 370 ./php-2.0/src/php.h #define VAR_INIT_CHAR '$'
  1090. VAR_NOT_IN_LIST macro 94 ./php-2.0/src/oracle.h #define VAR_NOT_IN_LIST 1007
  1091. VERSION_7 macro 48 ./php-2.0/src/oracle.h #define VERSION_7 2
  1092. VarTree struct 433 ./php-2.0/src/php.h typedef struct VarTree {
  1093. VarTree typedef 451 ./php-2.0/src/php.h } VarTree;
  1094. Virtual function 1791 ./php-2.0/src/file.c void Virtual(void) {
  1095. WHILE macro 35 ./php-2.0/src/parse.h #define WHILE 289
  1096. WHILE macro 39 ./php-2.0/src/parse.c #define WHILE 289
  1097. WIN32_LEAN_AND_MEAN macro 35 ./php-2.0/src/php.h #define WIN32_LEAN_AND_MEAN
  1098. WINDOWS macro 34 ./php-2.0/src/php.h #define WINDOWS 1
  1099. While function 105 ./php-2.0/src/while.c void While(long sp) {
  1100. WhileAgain function 1529 ./php-2.0/src/lex.c void WhileAgain(long seekpos, int offset, int lineno) {
  1101. WhileCount variable 31 ./php-2.0/src/while.c static long WhileCount;
  1102. WhileFinish function 1538 ./php-2.0/src/lex.c void WhileFinish(void) {
  1103. WhileMark struct 515 ./php-2.0/src/php.h typedef struct WhileMark {
  1104. WhileMark typedef 518 ./php-2.0/src/php.h } WhileMark;
  1105. WhilePeek function 73 ./php-2.0/src/while.c WhileStack *WhilePeek(void) {
  1106. WhilePop function 60 ./php-2.0/src/while.c WhileStack *WhilePop(void) {
  1107. WhilePush function 48 ./php-2.0/src/while.c void WhilePush(long seekpos, int offset, int lineno) {
  1108. WhileStack struct 506 ./php-2.0/src/php.h typedef struct WhileStack {
  1109. WhileStack typedef 512 ./php-2.0/src/php.h } WhileStack;
  1110. XBitHack member 35 ./php-2.0/src/mod_php.h int XBitHack;
  1111. XOREQ macro 47 ./php-2.0/src/parse.h #define XOREQ 301
  1112. XOREQ macro 51 ./php-2.0/src/parse.c #define XOREQ 301
  1113. YYABORT macro 1749 ./php-2.0/src/parse.c #define YYABORT return(1)
  1114. YYACCEPT macro 1748 ./php-2.0/src/parse.c #define YYACCEPT return(0)
  1115. YYBACKUP macro 1757 ./php-2.0/src/parse.c #define YYBACKUP(token, value) \
  1116. YYBISON macro 6 ./php-2.0/src/parse.c #define YYBISON 1 /* Identify Bison output. */
  1117. YYEMPTY macro 1746 ./php-2.0/src/parse.c #define YYEMPTY -2
  1118. YYEOF macro 1747 ./php-2.0/src/parse.c #define YYEOF 0
  1119. YYERRCODE macro 1770 ./php-2.0/src/parse.c #define YYERRCODE 256
  1120. YYERROR macro 1750 ./php-2.0/src/parse.c #define YYERROR goto yyerrlab1
  1121. YYERROR_VERBOSE macro 132 ./php-2.0/src/parse.c #define YYERROR_VERBOSE 1
  1122. YYFAIL macro 1755 ./php-2.0/src/parse.c #define YYFAIL goto yyerrlab
  1123. YYFINAL macro 157 ./php-2.0/src/parse.c #define YYFINAL 842
  1124. YYFLAG macro 158 ./php-2.0/src/parse.c #define YYFLAG -32768
  1125. YYINITDEPTH macro 1817 ./php-2.0/src/parse.c #define YYINITDEPTH 200
  1126. YYLAST macro 659 ./php-2.0/src/parse.c #define YYLAST 5060
  1127. YYLEX macro 1773 ./php-2.0/src/parse.c #define YYLEX yylex()
  1128. YYLEX macro 1779 ./php-2.0/src/parse.c #define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM)
  1129. YYLEX macro 1781 ./php-2.0/src/parse.c #define YYLEX yylex(&yylval, &yylloc)
  1130. YYLEX macro 1785 ./php-2.0/src/parse.c #define YYLEX yylex(&yylval, YYLEX_PARAM)
  1131. YYLEX macro 1787 ./php-2.0/src/parse.c #define YYLEX yylex(&yylval)
  1132. YYMAXDEPTH macro 131 ./php-2.0/src/parse.c #define YYMAXDEPTH 50000
  1133. YYMAXDEPTH macro 1824 ./php-2.0/src/parse.c #undef YYMAXDEPTH
  1134. YYMAXDEPTH macro 1828 ./php-2.0/src/parse.c #define YYMAXDEPTH 10000
  1135. YYNTBASE macro 159 ./php-2.0/src/parse.c #define YYNTBASE 134
  1136. YYPARSE_PARAM_ARG macro 1885 ./php-2.0/src/parse.c #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
  1137. YYPARSE_PARAM_ARG macro 1888 ./php-2.0/src/parse.c #define YYPARSE_PARAM_ARG YYPARSE_PARAM
  1138. YYPARSE_PARAM_ARG macro 1892 ./php-2.0/src/parse.c #define YYPARSE_PARAM_ARG
  1139. YYPARSE_PARAM_DECL macro 1886 ./php-2.0/src/parse.c #define YYPARSE_PARAM_DECL
  1140. YYPARSE_PARAM_DECL macro 1889 ./php-2.0/src/parse.c #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
  1141. YYPARSE_PARAM_DECL macro 1893 ./php-2.0/src/parse.c #define YYPARSE_PARAM_DECL
  1142. YYPOPSTACK macro 1918 ./php-2.0/src/parse.c #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
  1143. YYPURE macro 1679 ./php-2.0/src/parse.c #define YYPURE 1
  1144. YYRECOVERING macro 1756 ./php-2.0/src/parse.c #define YYRECOVERING() (!!yyerrstatus)
  1145. YYSTYPE macro 2 ./php-2.0/src/parse.h #define YYSTYPE int
  1146. YYSTYPE macro 145 ./php-2.0/src/parse.c #define YYSTYPE int
  1147. YYSTYPE macro 416 ./php-2.0/src/php.h #define YYSTYPE long
  1148. YYTERROR macro 1769 ./php-2.0/src/parse.c #define YYTERROR 1
  1149. YYTRANSLATE macro 161 ./php-2.0/src/parse.c #define YYTRANSLATE(x) ((unsigned)(x) <= 371 ? yytranslate[x] : 152)
  1150. _AddSlashes function 346 ./php-2.0/src/echo.c void _AddSlashes(void) {
  1151. _ERegReplace function 471 ./php-2.0/src/reg.c char *_ERegReplace(char *pattern, char *replace, char *string, int icase) {
  1152. _GetHostByAddr function 48 ./php-2.0/src/dns.c const char *_GetHostByAddr(char *ip) {
  1153. _GetHostByName function 85 ./php-2.0/src/dns.c char *_GetHostByName(char *name) {
  1154. _HexDec function 498 ./php-2.0/src/calc.c long _HexDec(char *s) {
  1155. _IFBLK macro 50 ./php-2.0/src/php.h #define _IFBLK 0060000 /* block special */
  1156. _IFIFO macro 49 ./php-2.0/src/php.h #define _IFIFO 0010000 /* fifo */
  1157. _IFLNK macro 51 ./php-2.0/src/php.h #define _IFLNK 0120000 /* symbolic link */
  1158. _OctDec function 527 ./php-2.0/src/calc.c long _OctDec(char *s) {
  1159. _POSIX2_RE_DUP_MAX macro 3 ./php-2.0/src/regex/utils.h #define _POSIX2_RE_DUP_MAX 255
  1160. _REGEX_H_ macro 2 ./php-2.0/src/regex/regex.h #define _REGEX_H_ /* never again */
  1161. _RegReplace function 204 ./php-2.0/src/reg.c char *_RegReplace(char *pattern, char *replace, char *string) {
  1162. _StrTr function 557 ./php-2.0/src/string.c char *_StrTr(char *string, char *str_from, char *str_to) {
  1163. _StripSlashes function 285 ./php-2.0/src/echo.c void _StripSlashes(void) {
  1164. __yy_memcpy function 1844 ./php-2.0/src/parse.c __yy_memcpy (to, from, count)
  1165. __yy_memcpy function 1862 ./php-2.0/src/parse.c __yy_memcpy (char *to, char *from, int count)
  1166. __yy_memcpy macro 1837 ./php-2.0/src/parse.c #define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT)
  1167. _array struct 27 ./php-2.0/src/sort.c typedef struct _array {
  1168. _cmd_table_t struct 82 ./php-2.0/src/lex.c typedef struct _cmd_table_t {
  1169. _dbmClose function 465 ./php-2.0/src/db.c int _dbmClose(char *filename) {
  1170. _dbmDelete function 1111 ./php-2.0/src/db.c int _dbmDelete(char *filename, char *keystr) {
  1171. _dbmExists function 1035 ./php-2.0/src/db.c int _dbmExists(char *filename, char *keystr) {
  1172. _dbmFetch function 921 ./php-2.0/src/db.c char *_dbmFetch(char *filename, char *keystr) {
  1173. _dbmFirstKey function 1178 ./php-2.0/src/db.c char *_dbmFirstKey(char *filename) {
  1174. _dbmInsert function 587 ./php-2.0/src/db.c int _dbmInsert(char *filename, char *keystr, char *contentstr) {
  1175. _dbmNextKey function 1255 ./php-2.0/src/db.c char *_dbmNextKey(char *filename, char *keystr) {
  1176. _dbmOpen function 225 ./php-2.0/src/db.c int _dbmOpen(char *filename, char *mode, int docroot) {
  1177. _dbmReplace function 838 ./php-2.0/src/db.c int _dbmReplace(char *filename, char *keystr, char *contentstr) {
  1178. _list variable 84 ./php-2.0/src/illustra.c static miList _list = {0, 0, NULL}; /* Database model */
  1179. _md5_h macro 23 ./php-2.0/src/md5.h #define _md5_h
  1180. _miAddConn function 864 ./php-2.0/src/illustra.c int _miAddConn(MI_CONNECTION *newConn, char *dbase)
  1181. _miAddResult function 945 ./php-2.0/src/illustra.c mi_integer _miAddResult(int cIndex)
  1182. _miDelConn function 919 ./php-2.0/src/illustra.c int _miDelConn(int cIndex)
  1183. _miFieldName function 1205 ./php-2.0/src/illustra.c char * _miFieldName(int cIndex, int rIndex, int num)
  1184. _miFieldNumber function 1186 ./php-2.0/src/illustra.c int _miFieldNumber(int cIndex, int rIndex, char *name)
  1185. _miGetRow function 1061 ./php-2.0/src/illustra.c mi_integer _miGetRow(int cIndex, int resIndex)
  1186. _strtolower function 199 ./php-2.0/src/string.c char *_strtolower(char *s) {
  1187. _strtoupper function 176 ./php-2.0/src/string.c char *_strtoupper(char *s) {
  1188. a member 271 ./php-2.0/src/pool.c union php_align a;
  1189. active member 467 ./php-2.0/src/php.h int active;
  1190. ada_add_conn function 192 ./php-2.0/src/adabasd.c int ada_add_conn(HDBC conn)
  1191. ada_add_result function 124 ./php-2.0/src/adabasd.c int ada_add_result(AdaResult *result, int conn_in)
  1192. ada_conn_ind variable 84 ./php-2.0/src/adabasd.c static int ada_conn_ind=1;
  1193. ada_conn_top variable 82 ./php-2.0/src/adabasd.c static AdaConnList *ada_conn_top=NULL;
  1194. ada_def_conn variable 85 ./php-2.0/src/adabasd.c static int ada_def_conn=0;
  1195. ada_del_conn function 257 ./php-2.0/src/adabasd.c void ada_del_conn(HDBC conn)
  1196. ada_del_result function 168 ./php-2.0/src/adabasd.c void ada_del_result(int count)
  1197. ada_get_conn function 236 ./php-2.0/src/adabasd.c HDBC ada_get_conn(int count)
  1198. ada_get_result function 152 ./php-2.0/src/adabasd.c AdaResult *ada_get_result(int count)
  1199. ada_ind variable 83 ./php-2.0/src/adabasd.c static int ada_ind=1;
  1200. ada_result_top variable 81 ./php-2.0/src/adabasd.c static AdaResultList *ada_result_top=NULL;
  1201. ada_sql_error function 279 ./php-2.0/src/adabasd.c void ada_sql_error(HDBC conn, HSTMT stmt, char *func)
  1202. add_image function 63 ./php-2.0/src/gd.c int add_image(gdImagePtr img) {
  1203. add_result function 65 ./php-2.0/src/msql.c int add_result(m_result *result) {
  1204. align member 226 ./php-2.0/src/local.c char align[ALIGN_SIZE]; /* to force sizeof(header) */
  1205. alloca function 246 ./php-2.0/src/local.c alloca (size) /* returns pointer to storage */
  1206. alloca macro 1708 ./php-2.0/src/parse.c #define alloca __builtin_alloca
  1207. allocated member 450 ./php-2.0/src/php.h int allocated;
  1208. allocset function 1000 ./php-2.0/src/regex/regcomp.c allocset(p)
  1209. already_over variable 46 ./php-2.0/src/pool.c static int already_over=0;
  1210. anyintcol macro 71 ./php-2.0/src/sybsql.c #define anyintcol(j) (coltype(j)==SYBINT4?intcol(j):(coltype(j)==SYBINT2?smallintcol(j):tinyintcol(j)))
  1211. apache_php_module_main function 256 ./php-2.0/src/main.c int apache_php_module_main(request_rec *r, php_module_conf *conf, int fd) {
  1212. aprintf function 1334 ./php-2.0/src/sybsql.c static char *aprintf(char *format,...)
  1213. arg member 561 ./php-2.0/src/php.h char *arg;
  1214. at function 966 ./php-2.0/src/regex/engine.c at(m, title, start, stop, startst, stopst)
  1215. at macro 16 ./php-2.0/src/regex/engine.c #define at sat
  1216. at macro 27 ./php-2.0/src/regex/engine.c #define at lat
  1217. at macro 1017 ./php-2.0/src/regex/engine.c #undef at
  1218. backref function 420 ./php-2.0/src/regex/engine.c backref(m, start, stop, startst, stopst, lev)
  1219. backref macro 13 ./php-2.0/src/regex/engine.c #define backref sbackref
  1220. backref macro 24 ./php-2.0/src/regex/engine.c #define backref lbackref
  1221. backref macro 1014 ./php-2.0/src/regex/engine.c #undef backref
  1222. backrefs member 126 ./php-2.0/src/regex/regex2.h int backrefs; /* does it use back references? */
  1223. beginp member 37 ./php-2.0/src/regex/engine.c char *beginp; /* start of string -- virtual NUL precedes */
  1224. bitbucket variable 81 ./php-2.0/src/sybsql.c *bitbucket;
  1225. bmark variable 46 ./php-2.0/src/cond.c static EndBraceMark *bmark=NULL;
  1226. bothcases function 841 ./php-2.0/src/regex/regcomp.c bothcases(p, ch)
  1227. btop variable 43 ./php-2.0/src/cond.c static EndBraceStack *btop=NULL;
  1228. buf member 175 ./php-2.0/src/oracle.h ub1 *buf;
  1229. buf member 569 ./php-2.0/src/php.h char *buf;
  1230. buffer member 55 ./php-2.0/src/md5.h unsigned char buffer[64]; /* input buffer */
  1231. caddr_t typedef 45 ./php-2.0/src/php.h typedef char * caddr_t;
  1232. cat_t typedef 98 ./php-2.0/src/regex/regex2.h typedef unsigned char cat_t;
  1233. categories member 122 ./php-2.0/src/regex/regex2.h cat_t *categories; /* ->catspace[-CHAR_MIN] */
  1234. categorize function 1309 ./php-2.0/src/regex/regcomp.c categorize(p, g)
  1235. catspace member 129 ./php-2.0/src/regex/regex2.h cat_t catspace[1]; /* actually [NC] */
  1236. cbuf member 167 ./php-2.0/src/oracle.h text cbuf[ORANAMELEN+1];
  1237. cbufl member 168 ./php-2.0/src/oracle.h sb4 cbufl;
  1238. cclass struct 2 ./php-2.0/src/regex/cclass.h static struct cclass {
  1239. cclasses variable 6 ./php-2.0/src/regex/cclass.h } cclasses[] = {
  1240. cda member 191 ./php-2.0/src/oracle.h Cda_Def cda;
  1241. cflags member 111 ./php-2.0/src/regex/regex2.h int cflags; /* copy of regcomp() cflags argument */
  1242. cfstart variable 75 ./php-2.0/src/lex.c static long cfstart = 0;
  1243. charcol macro 72 ./php-2.0/src/sybsql.c #define charcol(i) ((DBCHAR *) dbdata(dbproc,i))
  1244. charmap variable 27 ./php-2.0/src/local.c static u_char charmap[] = {
  1245. chars member 4 ./php-2.0/src/regex/cclass.h char *chars;
  1246. chdir macro 57 ./php-2.0/src/php.h #define chdir _chdir
  1247. check function 405 ./php-2.0/src/regex/main.c check(str, sub, should)
  1248. cleanups member 617 ./php-2.0/src/php.h struct cleanup *cleanups;
  1249. cmd member 83 ./php-2.0/src/lex.c char *cmd;
  1250. cmd_table variable 95 ./php-2.0/src/lex.c static cmd_table_t cmd_table[PHP_MAX_CMD_LEN+1][PHP_MAX_CMD_NUM+1] = {
  1251. cmd_table_t typedef 86 ./php-2.0/src/lex.c } cmd_table_t;
  1252. cname struct 2 ./php-2.0/src/regex/cname.h static struct cname {
  1253. cnames variable 5 ./php-2.0/src/regex/cname.h } cnames[] = {
  1254. code member 4 ./php-2.0/src/regex/cname.h char code;
  1255. code member 33 ./php-2.0/src/regex/regerror.c int code;
  1256. code member 477 ./php-2.0/src/echo.c int code;
  1257. col2char function 1239 ./php-2.0/src/sybsql.c static char *col2char(int j)
  1258. col_retcode member 177 ./php-2.0/src/oracle.h ub2 col_retlen, col_retcode;
  1259. col_retlen member 177 ./php-2.0/src/oracle.h ub2 col_retlen, col_retcode;
  1260. coldp member 39 ./php-2.0/src/regex/engine.c char *coldp; /* can be no match starting before here */
  1261. colnullable member 72 ./php-2.0/src/odbc.c SWORD FAR *colnullable; /* is field nullable array */
  1262. colnullable member 78 ./php-2.0/src/odbc.c int *colnullable; /* is field nullable array */
  1263. colnullable member 114 ./php-2.0/src/odbc.c int colnullable;
  1264. colnum member 107 ./php-2.0/src/odbc.c UWORD colnum;
  1265. colnum member 109 ./php-2.0/src/odbc.c int colnum;
  1266. colprecision member 70 ./php-2.0/src/odbc.c UDWORD FAR *colprecision; /* field size array */
  1267. colprecision member 76 ./php-2.0/src/odbc.c int *colprecision; /* field size array */
  1268. colprecision member 112 ./php-2.0/src/odbc.c int colprecision;
  1269. colscale member 71 ./php-2.0/src/odbc.c SWORD FAR *colscale; /* field scale array */
  1270. colscale member 77 ./php-2.0/src/odbc.c int *colscale; /* field scale array */
  1271. colscale member 113 ./php-2.0/src/odbc.c int colscale;
  1272. coltype macro 65 ./php-2.0/src/sybsql.c #define coltype(j) dbcoltype(dbproc,j)
  1273. coltype member 69 ./php-2.0/src/odbc.c SWORD FAR *coltype; /* field type array */
  1274. coltype member 75 ./php-2.0/src/odbc.c int *coltype; /* field type array */
  1275. coltype member 111 ./php-2.0/src/odbc.c int coltype;
  1276. column_top member 193 ./php-2.0/src/oracle.h oraColumn *column_top;
  1277. columns member 195 ./php-2.0/src/oracle.h oraColumn **columns;
  1278. comp_long function 58 ./php-2.0/src/sort.c int comp_long(Array *a, Array *b) {
  1279. comp_real function 40 ./php-2.0/src/sort.c int comp_real(Array *a, Array *b) {
  1280. comp_string function 32 ./php-2.0/src/sort.c int comp_string(Array *a, Array *b) {
  1281. conn member 65 ./php-2.0/src/pg95.c PGconn *conn;
  1282. conn member 72 ./php-2.0/src/solid.c HDBC conn;
  1283. conn member 76 ./php-2.0/src/adabasd.c HDBC conn;
  1284. conn member 80 ./php-2.0/src/illustra.c miConn **conn; /* The connection structure */
  1285. conn_ind member 198 ./php-2.0/src/oracle.h short conn_ind;
  1286. conn_index member 68 ./php-2.0/src/solid.c int conn_index;
  1287. conn_index member 72 ./php-2.0/src/adabasd.c int conn_index;
  1288. connected member 93 ./php-2.0/src/odbc.c int connected; /* is it connected? */
  1289. const macro 151 ./php-2.0/src/parse.c #define const
  1290. cont_type variable 37 ./php-2.0/src/head.c static char *cont_type = NULL;
  1291. copts variable 14 ./php-2.0/src/regex/main.c int copts = REG_EXTENDED;
  1292. copyarray function 1918 ./php-2.0/src/var.c void copyarray(VarTree *dvar, VarTree *svar, VarTree *dtop, int renum) {
  1293. count member 54 ./php-2.0/src/md5.h UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */
  1294. count member 435 ./php-2.0/src/php.h int count;
  1295. counter_top variable 71 ./php-2.0/src/lex.c static CounterStack *counter_top = NULL;
  1296. cp member 261 ./php-2.0/src/pool.c char *cp;
  1297. cset typedef 88 ./php-2.0/src/regex/regex2.h } cset;
  1298. csetsize member 107 ./php-2.0/src/regex/regex2.h int csetsize; /* number of bits in a cset vector */
  1299. cur_func variable 72 ./php-2.0/src/lex.c static FuncStack *cur_func=NULL;
  1300. curr_column member 194 ./php-2.0/src/oracle.h oraColumn *curr_column;
  1301. currentQuery member 192 ./php-2.0/src/oracle.h text *currentQuery;
  1302. d member 263 ./php-2.0/src/pool.c double d;
  1303. datum typedef 428 ./php-2.0/src/php.h } datum;
  1304. dbName member 73 ./php-2.0/src/illustra.c char *dbName; /* Name of the database for this conn */
  1305. dbf member 534 ./php-2.0/src/php.h void *dbf;
  1306. dbmClose function 450 ./php-2.0/src/db.c void dbmClose(void) {
  1307. dbmCloseAll function 156 ./php-2.0/src/db.c void dbmCloseAll(void) {
  1308. dbmDelete function 1088 ./php-2.0/src/db.c void dbmDelete(void) {
  1309. dbmExists function 1012 ./php-2.0/src/db.c void dbmExists(void) {
  1310. dbmFetch function 902 ./php-2.0/src/db.c void dbmFetch(void) {
  1311. dbmFind function 127 ./php-2.0/src/db.c void *dbmFind(char *filename) {
  1312. dbmFirstKey function 1164 ./php-2.0/src/db.c void dbmFirstKey(void) {
  1313. dbmInsert function 557 ./php-2.0/src/db.c void dbmInsert(void) {
  1314. dbmLogDir member 28 ./php-2.0/src/mod_php.h char *dbmLogDir;
  1315. dbmLogDir variable 60 ./php-2.0/src/log.c static char *dbmLogDir;
  1316. dbmNextKey function 1230 ./php-2.0/src/db.c void dbmNextKey(void) {
  1317. dbmOpen function 199 ./php-2.0/src/db.c void dbmOpen(void) {
  1318. dbmPop function 97 ./php-2.0/src/db.c void *dbmPop(void) {
  1319. dbmPush function 84 ./php-2.0/src/db.c void dbmPush(char *filename,char *lockfn,int lockfd, void *dbf) {
  1320. dbmReplace function 808 ./php-2.0/src/db.c void dbmReplace(void) {
  1321. dbmStack struct 530 ./php-2.0/src/php.h typedef struct dbmStack {
  1322. dbmStack typedef 536 ./php-2.0/src/php.h } dbmStack;
  1323. dbproc variable 79 ./php-2.0/src/sybsql.c *dbproc;
  1324. dbsize member 165 ./php-2.0/src/oracle.h sb4 dbsize;
  1325. dbsock variable 41 ./php-2.0/src/msql.c static int dbsock=-1;
  1326. dbsock variable 53 ./php-2.0/src/mysql.c static MYSQL *dbsock=NULL, mysql;
  1327. dbtype member 166 ./php-2.0/src/oracle.h sb2 dbtype;
  1328. debug variable 10 ./php-2.0/src/regex/main.c int debug = 0;
  1329. deep member 230 ./php-2.0/src/local.c char *deep; /* for stack depth measure */
  1330. def member 590 ./php-2.0/src/php.h int def;
  1331. defDB variable 87 ./php-2.0/src/adabasd.c char *defDB;
  1332. defPW variable 89 ./php-2.0/src/adabasd.c char *defPW;
  1333. defUser variable 88 ./php-2.0/src/adabasd.c char *defUser;
  1334. del_image function 95 ./php-2.0/src/gd.c void del_image(int count) {
  1335. del_result function 95 ./php-2.0/src/msql.c void del_result(int count) {
  1336. deletearray function 2019 ./php-2.0/src/var.c void deletearray(VarTree *old) {
  1337. deleted member 449 ./php-2.0/src/php.h int deleted;
  1338. dirp variable 38 ./php-2.0/src/dir.c static DIR *dirp=NULL;
  1339. dissect function 232 ./php-2.0/src/regex/engine.c dissect(m, start, stop, startst, stopst)
  1340. dissect macro 12 ./php-2.0/src/regex/engine.c #define dissect sdissect
  1341. dissect macro 23 ./php-2.0/src/regex/engine.c #define dissect ldissect
  1342. dissect macro 1013 ./php-2.0/src/regex/engine.c #undef dissect
  1343. do_logoff function 1320 ./php-2.0/src/oracle.c do_logoff(oraConnection *conn)
  1344. doemit function 1365 ./php-2.0/src/regex/regcomp.c doemit(p, op, opnd)
  1345. dofwd function 1431 ./php-2.0/src/regex/regcomp.c dofwd(p, pos, value)
  1346. doinsert function 1391 ./php-2.0/src/regex/regcomp.c doinsert(p, op, opnd, pos)
  1347. domain member 608 ./php-2.0/src/php.h char *domain;
  1348. dosplit function 182 ./php-2.0/src/regex/split.c dosplit(string, seps)
  1349. dot_to_underscore function 215 ./php-2.0/src/post.c void dot_to_underscore(char *str) {
  1350. douval member 440 ./php-2.0/src/php.h double douval;
  1351. douval member 458 ./php-2.0/src/php.h double douval;
  1352. douval member 482 ./php-2.0/src/php.h double douval;
  1353. dptr member 426 ./php-2.0/src/php.h char *dptr;
  1354. dsize member 169 ./php-2.0/src/oracle.h sb4 dsize;
  1355. dsize member 427 ./php-2.0/src/php.h int dsize;
  1356. dupl function 1337 ./php-2.0/src/regex/regcomp.c dupl(p, start, finish)
  1357. efind function 498 ./php-2.0/src/regex/main.c efind(name)
  1358. eflags member 34 ./php-2.0/src/regex/engine.c int eflags;
  1359. emalloc macro 401 ./php-2.0/src/php.h #define emalloc(a,b) php_pool_alloc(__FILE__,__LINE__,(a),(b))
  1360. emalloc macro 404 ./php-2.0/src/php.h #define emalloc(a,b) php_pool_alloc((a),(b))
  1361. empty member 45 ./php-2.0/src/regex/engine.c states empty; /* empty set of states */
  1362. end member 21 ./php-2.0/src/regex/regcomp.c char *end; /* end of string (-> NUL normally) */
  1363. endoff variable 17 ./php-2.0/src/regex/main.c regoff_t endoff = 0;
  1364. endp member 38 ./php-2.0/src/regex/engine.c char *endp; /* end of string -- virtual NUL here */
  1365. endp member 273 ./php-2.0/src/pool.c char *endp;
  1366. engine member 38 ./php-2.0/src/mod_php.h int engine;
  1367. enlarge function 1449 ./php-2.0/src/regex/regcomp.c enlarge(p, size)
  1368. eopts variable 15 ./php-2.0/src/regex/main.c int eopts = 0;
  1369. eprint function 482 ./php-2.0/src/regex/main.c eprint(err)
  1370. errPrintState variable 136 ./php-2.0/src/parse.c static int errPrintState;
  1371. error member 22 ./php-2.0/src/regex/regcomp.c int error; /* has an error been seen? */
  1372. estrdup macro 402 ./php-2.0/src/php.h #define estrdup(a,b) php_pool_strdup(__FILE__,__LINE__,(a),(b))
  1373. estrdup macro 405 ./php-2.0/src/php.h #define estrdup(a,b) php_pool_strdup((a),(b))
  1374. eval_mode variable 74 ./php-2.0/src/lex.c static int eval_mode = 0;
  1375. expires member 606 ./php-2.0/src/php.h time_t expires;
  1376. explain member 35 ./php-2.0/src/regex/regerror.c char *explain;
  1377. f member 260 ./php-2.0/src/pool.c void (*f)();
  1378. fast function 624 ./php-2.0/src/regex/engine.c fast(m, start, stop, startst, stopst)
  1379. fast macro 10 ./php-2.0/src/regex/engine.c #define fast sfast
  1380. fast macro 21 ./php-2.0/src/regex/engine.c #define fast lfast
  1381. fast macro 1011 ./php-2.0/src/regex/engine.c #undef fast
  1382. fd member 545 ./php-2.0/src/php.h int fd;
  1383. fetched member 61 ./php-2.0/src/solid.c int fetched;
  1384. fetched member 65 ./php-2.0/src/adabasd.c int fetched;
  1385. fgetss_state variable 56 ./php-2.0/src/file.c static int fgetss_state=0;
  1386. fi member 213 ./php-2.0/src/regex/split.c char *fi[RNF];
  1387. filePro function 59 ./php-2.0/src/filepro.c void filePro(void)
  1388. filePro_fieldcount function 319 ./php-2.0/src/filepro.c void filePro_fieldcount(void)
  1389. filePro_fieldname function 197 ./php-2.0/src/filepro.c void filePro_fieldname(void)
  1390. filePro_fieldtype function 237 ./php-2.0/src/filepro.c void filePro_fieldtype(void)
  1391. filePro_fieldwidth function 277 ./php-2.0/src/filepro.c void filePro_fieldwidth(void)
  1392. filePro_retrieve function 346 ./php-2.0/src/filepro.c void filePro_retrieve(void)
  1393. filePro_rowcount function 150 ./php-2.0/src/filepro.c void filePro_rowcount(void)
  1394. filename member 531 ./php-2.0/src/php.h char *filename;
  1395. filename member 551 ./php-2.0/src/php.h char *filename;
  1396. filename member 583 ./php-2.0/src/php.h char *filename;
  1397. filename_to_logfn function 121 ./php-2.0/src/log.c char *filename_to_logfn(char *filename) {
  1398. find_stack_direction function 190 ./php-2.0/src/local.c find_stack_direction (/* void */)
  1399. findmust function 1495 ./php-2.0/src/regex/regcomp.c findmust(p, g)
  1400. first member 615 ./php-2.0/src/php.h union php_block_hdr *first;
  1401. first_avail member 275 ./php-2.0/src/pool.c char *first_avail;
  1402. firstch function 1114 ./php-2.0/src/regex/regcomp.c firstch(p, cs)
  1403. firststate member 113 ./php-2.0/src/regex/regex2.h sopno firststate; /* the initial OEND (normally 0) */
  1404. fixstr function 383 ./php-2.0/src/regex/main.c fixstr(p)
  1405. flag member 441 ./php-2.0/src/php.h int flag;
  1406. flag member 461 ./php-2.0/src/php.h int flag;
  1407. flatfilefindkey function 701 ./php-2.0/src/db.c int flatfilefindkey(FILE *dbf, void *key, int size) {
  1408. flatfilefirstkey function 738 ./php-2.0/src/db.c datum flatfilefirstkey(FILE *dbf) {
  1409. flatfilenextkey function 772 ./php-2.0/src/db.c datum flatfilenextkey(FILE *dbf) {
  1410. flatfilewipekey function 661 ./php-2.0/src/db.c void flatfilewipekey(FILE *dbf, void *key, int size) {
  1411. floatcol macro 73 ./php-2.0/src/sybsql.c #define floatcol(i) ((float) *(DBFLT8 *) dbdata(dbproc,i))
  1412. flt_buf member 173 ./php-2.0/src/oracle.h float flt_buf;
  1413. fname member 68 ./php-2.0/src/odbc.c UCHAR FAR **fname; /* field name array */
  1414. fname member 74 ./php-2.0/src/odbc.c char **fname; /* field name array */
  1415. fnc member 85 ./php-2.0/src/lex.c void (*fnc)(void);
  1416. forcelogfile variable 55 ./php-2.0/src/log.c static char *forcelogfile=NULL;
  1417. format member 39 ./php-2.0/src/filepro.c char *format;
  1418. fp member 264 ./php-2.0/src/pool.c FILE *fp;
  1419. fp member 582 ./php-2.0/src/php.h FILE *fp;
  1420. fp_database variable 44 ./php-2.0/src/filepro.c static char *fp_database = NULL; /* Database directory */
  1421. fp_fcount variable 45 ./php-2.0/src/filepro.c static signed int fp_fcount = -1; /* Column count */
  1422. fp_field struct 37 ./php-2.0/src/filepro.c typedef struct fp_field {
  1423. fp_fieldlist variable 47 ./php-2.0/src/filepro.c static FP_FIELD *fp_fieldlist = NULL; /* List of fields */
  1424. fp_keysize variable 46 ./php-2.0/src/filepro.c static signed int fp_keysize = -1; /* Size of key records */
  1425. fp_top variable 61 ./php-2.0/src/file.c static FpStack *fp_top = NULL;
  1426. fpdebug variable 35 ./php-2.0/src/error.c static FILE *fpdebug = NULL;
  1427. frame member 556 ./php-2.0/src/php.h VarTree *frame;
  1428. frame member 570 ./php-2.0/src/php.h VarTree *frame;
  1429. free_first_avail member 623 ./php-2.0/src/php.h char *free_first_avail;
  1430. freeset function 1055 ./php-2.0/src/regex/regcomp.c freeset(p, cs)
  1431. freezeset function 1080 ./php-2.0/src/regex/regcomp.c freezeset(p, cs)
  1432. fresh member 43 ./php-2.0/src/regex/engine.c states fresh; /* states for a fresh start */
  1433. fs_top variable 35 ./php-2.0/src/var.c static FrameStack *fs_top=NULL;
  1434. funcarg_bot variable 78 ./php-2.0/src/lex.c static FuncArgList *funcarg_bot = NULL;
  1435. funcarg_top variable 77 ./php-2.0/src/lex.c static FuncArgList *funcarg_top = NULL;
  1436. functop variable 70 ./php-2.0/src/lex.c static FuncStack *functop = NULL;
  1437. g member 27 ./php-2.0/src/regex/regcomp.c struct re_guts *g;
  1438. g member 33 ./php-2.0/src/regex/engine.c struct re_guts *g;
  1439. g_length variable 58 ./php-2.0/src/lex.c static int g_length=0; /* current length of inbuf */
  1440. gd_ind variable 56 ./php-2.0/src/gd.c static int gd_ind=0;
  1441. get_image function 81 ./php-2.0/src/gd.c gdImagePtr get_image(int count) {
  1442. get_result function 83 ./php-2.0/src/msql.c m_result *get_result(int count) {
  1443. getaccdir function 722 ./php-2.0/src/acc.c char *getaccdir(void) {
  1444. getbrowser function 667 ./php-2.0/src/acc.c char *getbrowser(void) {
  1445. getcwd macro 61 ./php-2.0/src/php.h #define getcwd _getcwd
  1446. getemailaddr function 645 ./php-2.0/src/acc.c char *getemailaddr(void) {
  1447. getfilename function 543 ./php-2.0/src/file.c char *getfilename(char *path, int ext) {
  1448. getlastaccess function 422 ./php-2.0/src/log.c time_t getlastaccess(void) {
  1449. getlastbrowser function 372 ./php-2.0/src/log.c char *getlastbrowser(void) {
  1450. getlastemailaddr function 381 ./php-2.0/src/log.c char *getlastemailaddr(void) {
  1451. getlasthost function 391 ./php-2.0/src/log.c char *getlasthost(void) {
  1452. getlastmod function 431 ./php-2.0/src/log.c time_t getlastmod(void) {
  1453. getlastref function 400 ./php-2.0/src/log.c char *getlastref(void) {
  1454. getlogdir function 599 ./php-2.0/src/log.c char *getlogdir(void) {
  1455. getlogfile function 409 ./php-2.0/src/log.c char *getlogfile(void) {
  1456. getlogging function 678 ./php-2.0/src/acc.c int getlogging(void) {
  1457. getloghost function 615 ./php-2.0/src/log.c char *getloghost(void) {
  1458. getmyuid function 656 ./php-2.0/src/log.c long getmyuid(void) {
  1459. getnextchar function 813 ./php-2.0/src/lex.c char getnextchar(void) {
  1460. getpost function 75 ./php-2.0/src/post.c char *getpost(void) {
  1461. getrefdoc function 656 ./php-2.0/src/acc.c char *getrefdoc(void) {
  1462. getremotehostname function 618 ./php-2.0/src/acc.c char *getremotehostname(void) {
  1463. getshowinfo function 703 ./php-2.0/src/acc.c int getshowinfo(void) {
  1464. getstartlogging function 413 ./php-2.0/src/log.c time_t getstartlogging(void) {
  1465. gettoday function 450 ./php-2.0/src/log.c int gettoday(void) {
  1466. gettotal function 440 ./php-2.0/src/log.c int gettotal(void) {
  1467. gfd variable 47 ./php-2.0/src/lex.c static int gfd = 0;
  1468. gfxinfo struct 57 ./php-2.0/src/image.c struct gfxinfo {
  1469. gid_t typedef 42 ./php-2.0/src/php.h typedef int gid_t;
  1470. gotnames member 65 ./php-2.0/src/odbc.c int gotnames; /* did we get the field names? */
  1471. gsb variable 55 ./php-2.0/src/file.c static struct stat gsb;
  1472. gsize variable 48 ./php-2.0/src/lex.c static long gsize = 0L;
  1473. h member 231 ./php-2.0/src/local.c } h;
  1474. h member 276 ./php-2.0/src/pool.c } h;
  1475. hash member 85 ./php-2.0/src/regex/regex2.h uch hash; /* hash code */
  1476. hda member 155 ./php-2.0/src/oracle.h ub1 hda[HDA_SIZE];
  1477. hdbc member 62 ./php-2.0/src/odbc.c HDBC hdbc; /* connection */
  1478. hdbc member 91 ./php-2.0/src/odbc.c HDBC hdbc; /* the connection */
  1479. hdr union 224 ./php-2.0/src/local.c typedef union hdr
  1480. header typedef 232 ./php-2.0/src/local.c } header;
  1481. header_called variable 67 ./php-2.0/src/lex.c static int header_called=0;
  1482. height member 59 ./php-2.0/src/image.c unsigned int height;
  1483. henv variable 81 ./php-2.0/src/solid.c static HENV henv;
  1484. henv variable 86 ./php-2.0/src/adabasd.c static HENV henv;
  1485. henv variable 121 ./php-2.0/src/odbc.c static HENV henv = NULL; /* HENV variable */
  1486. hstmt member 63 ./php-2.0/src/odbc.c HSTMT hstmt; /* the statement */
  1487. htoi function 39 ./php-2.0/src/post.c int htoi(char *s) {
  1488. id member 584 ./php-2.0/src/php.h int id;
  1489. iflags member 115 ./php-2.0/src/regex/regex2.h int iflags; /* internal flags */
  1490. iflevel variable 28 ./php-2.0/src/cond.c int iflevel=0;
  1491. ifstate variable 29 ./php-2.0/src/cond.c int ifstate=1;
  1492. image_top variable 55 ./php-2.0/src/gd.c static ImageList *image_top=NULL;
  1493. img member 50 ./php-2.0/src/gd.c gdImagePtr img;
  1494. inCase variable 135 ./php-2.0/src/parse.c static int inCase=0;
  1495. inElseIf variable 134 ./php-2.0/src/parse.c static int inElseIf=0;
  1496. inIf variable 51 ./php-2.0/src/lex.c static int inIf=-1;
  1497. inWhile variable 52 ./php-2.0/src/lex.c static int inWhile=-1;
  1498. iname member 29 ./php-2.0/src/sort.c char *iname;
  1499. iname member 438 ./php-2.0/src/php.h char *iname;
  1500. inbuf variable 53 ./php-2.0/src/lex.c static char inbuf[LINEBUFSIZE]; /* input line buffer */
  1501. ind member 38 ./php-2.0/src/msql.c int ind;
  1502. ind member 49 ./php-2.0/src/mysql.c int ind;
  1503. ind member 51 ./php-2.0/src/gd.c int ind;
  1504. ind member 156 ./php-2.0/src/oracle.h short ind; /* index of connection in array, or -1 if not allocated */
  1505. ind member 197 ./php-2.0/src/oracle.h short ind;
  1506. index member 60 ./php-2.0/src/pg95.c int index;
  1507. index member 64 ./php-2.0/src/odbc.c int index; /* index in list */
  1508. index member 66 ./php-2.0/src/pg95.c int index;
  1509. index member 66 ./php-2.0/src/solid.c int index;
  1510. index member 70 ./php-2.0/src/adabasd.c int index;
  1511. index member 73 ./php-2.0/src/solid.c int index;
  1512. index member 77 ./php-2.0/src/adabasd.c int index;
  1513. index member 92 ./php-2.0/src/odbc.c int index; /* index in list */
  1514. indp member 176 ./php-2.0/src/oracle.h sb2 indp;
  1515. inif member 576 ./php-2.0/src/php.h int inif;
  1516. inlength variable 57 ./php-2.0/src/lex.c static int inlength=0; /* current length of inbuf */
  1517. inmarker variable 60 ./php-2.0/src/lex.c static int inmarker; /* marked position in inbuf */
  1518. inpos variable 55 ./php-2.0/src/lex.c static int inpos=0; /* current position in inbuf */
  1519. int_buf member 174 ./php-2.0/src/oracle.h sword int_buf;
  1520. intcol macro 68 ./php-2.0/src/sybsql.c #define intcol(i) ((int) *(DBINT *) dbdata(dbproc,i))
  1521. intval member 439 ./php-2.0/src/php.h long intval;
  1522. intval member 457 ./php-2.0/src/php.h long intval;
  1523. intval member 481 ./php-2.0/src/php.h long intval;
  1524. inuse member 157 ./php-2.0/src/oracle.h short inuse; /* is this connection currently in use on this page? */
  1525. inwhile member 577 ./php-2.0/src/php.h int inwhile;
  1526. isblob member 58 ./php-2.0/src/adabasd.c int isblob;
  1527. ishex macro 36 ./php-2.0/src/post.c #define ishex(x) (((x) >= '0' && (x) <= '9') || ((x) >= 'a' && (x) <= 'f') || \
  1528. isinsets function 1267 ./php-2.0/src/regex/regcomp.c isinsets(g, c)
  1529. isleap macro 300 ./php-2.0/src/date.c #define isleap(year) (((year%4) == 0 && (year%100)!=0) || (year%400)==0)
  1530. iswhite macro 57 ./php-2.0/src/sybsql.c # undef iswhite
  1531. iswhite macro 59 ./php-2.0/src/sybsql.c #define iswhite(c) (c == ' ' || c == ' ' || c == '
  1532. ')
  1533. iterwhile variable 65 ./php-2.0/src/lex.c static long iterwhile=-1L;
  1534. l member 262 ./php-2.0/src/pool.c long l;
  1535. lacc member 447 ./php-2.0/src/php.h struct VarTree *lacc;
  1536. last member 616 ./php-2.0/src/php.h union php_block_hdr *last;
  1537. last_access variable 47 ./php-2.0/src/log.c static long last_access=-1;
  1538. last_alloca_header variable 243 ./php-2.0/src/local.c static header *last_alloca_header = NULL; /* -> last alloca header */
  1539. last_browser variable 53 ./php-2.0/src/log.c static char *last_browser=NULL;
  1540. last_email variable 51 ./php-2.0/src/log.c static char *last_email=NULL;
  1541. last_host variable 50 ./php-2.0/src/log.c static char *last_host=NULL;
  1542. last_modified variable 48 ./php-2.0/src/log.c static long last_modified=-1;
  1543. last_ref variable 52 ./php-2.0/src/log.c static char *last_ref=NULL;
  1544. lastnode member 448 ./php-2.0/src/php.h struct VarTree *lastnode;
  1545. lastpos member 40 ./php-2.0/src/regex/engine.c char **lastpos; /* [nplus+1] */
  1546. laststate member 114 ./php-2.0/src/regex/regex2.h sopno laststate; /* the final OEND */
  1547. lbuf variable 59 ./php-2.0/src/log.c static char lbuf[1024];
  1548. lda member 154 ./php-2.0/src/oracle.h Lda_Def lda;
  1549. left member 443 ./php-2.0/src/php.h struct VarTree *left;
  1550. len member 183 ./php-2.0/src/oracle.h int len; /* Allocated space length */
  1551. line variable 11 ./php-2.0/src/regex/main.c int line = 0;
  1552. lineno member 510 ./php-2.0/src/php.h int lineno;
  1553. lineno member 550 ./php-2.0/src/php.h int lineno;
  1554. loadlastinfo function 245 ./php-2.0/src/log.c void loadlastinfo(char *dbmfile,char *filename) {
  1555. lockfd member 533 ./php-2.0/src/php.h int lockfd;
  1556. lockfn member 532 ./php-2.0/src/php.h char *lockfn;
  1557. logfile variable 54 ./php-2.0/src/log.c static char *logfile=NULL;
  1558. lookaheadword function 853 ./php-2.0/src/lex.c char *lookaheadword(void) {
  1559. lstat macro 48 ./php-2.0/src/php.h #define lstat(x, y) stat(x, y)
  1560. lstate member 549 ./php-2.0/src/php.h int lstate;
  1561. lstate variable 50 ./php-2.0/src/lex.c static int lstate = 0;
  1562. magic member 104 ./php-2.0/src/regex/regex2.h int magic;
  1563. main function 26 ./php-2.0/src/regex/main.c main(argc, argv)
  1564. main function 66 ./php-2.0/src/main.c int main(int argc, char **argv) {
  1565. main function 151 ./php-2.0/src/regex/split.c main(argc, argv)
  1566. make_def_conn function 214 ./php-2.0/src/adabasd.c void make_def_conn(void)
  1567. mark member 473 ./php-2.0/src/php.h struct CondStack *mark;
  1568. mark member 489 ./php-2.0/src/php.h struct SwitchStack *mark;
  1569. mark member 501 ./php-2.0/src/php.h struct MatchStack *mark;
  1570. mark member 516 ./php-2.0/src/php.h struct WhileStack *mark;
  1571. mark member 526 ./php-2.0/src/php.h struct EndBraceStack *mark;
  1572. mark variable 29 ./php-2.0/src/switch.c static SwitchMark *mark=NULL;
  1573. mark variable 30 ./php-2.0/src/while.c static WhileMark *mark=NULL;
  1574. mark variable 37 ./php-2.0/src/cond.c static CondMark *mark=NULL;
  1575. mask member 84 ./php-2.0/src/regex/regex2.h uch mask; /* bit within array */
  1576. match macro 17 ./php-2.0/src/regex/engine.c #define match smat
  1577. match macro 28 ./php-2.0/src/regex/engine.c #define match lmat
  1578. match macro 1018 ./php-2.0/src/regex/engine.c #undef match
  1579. match struct 32 ./php-2.0/src/regex/engine.c struct match {
  1580. matched member 480 ./php-2.0/src/php.h int matched;
  1581. matcher function 66 ./php-2.0/src/regex/engine.c matcher(g, string, nmatch, pmatch, eflags)
  1582. matcher macro 9 ./php-2.0/src/regex/engine.c #define matcher smatcher
  1583. matcher macro 20 ./php-2.0/src/regex/engine.c #define matcher lmatcher
  1584. matcher macro 1010 ./php-2.0/src/regex/engine.c #undef matcher
  1585. mathLog function 627 ./php-2.0/src/calc.c void mathLog(void) {
  1586. mathLog10 function 640 ./php-2.0/src/calc.c void mathLog10(void) {
  1587. maxC member 79 ./php-2.0/src/illustra.c int maxC; /* Maximum nun of conns we can use *now* */
  1588. maxR member 62 ./php-2.0/src/illustra.c int maxR; /* Maximum number of rows for this result */
  1589. maxR member 70 ./php-2.0/src/illustra.c int maxR; /* Maximum num results we can use *now* */
  1590. max_data_space variable 45 ./php-2.0/src/pool.c static long max_data_space=DEFAULT_MAX_DATA_SPACE;
  1591. mcadd function 1153 ./php-2.0/src/regex/regcomp.c mcadd(p, cs, cp)
  1592. mccase function 1255 ./php-2.0/src/regex/regcomp.c mccase(p, cs)
  1593. mcfind function 1218 ./php-2.0/src/regex/regcomp.c mcfind(cs, cp)
  1594. mcin function 1206 ./php-2.0/src/regex/regcomp.c mcin(cs, cp)
  1595. mcinvert function 1240 ./php-2.0/src/regex/regcomp.c mcinvert(p, cs)
  1596. mcsub function 1179 ./php-2.0/src/regex/regcomp.c mcsub(cs, cp)
  1597. memcpy macro 412 ./php-2.0/src/php.h #define memcpy(d, s, n) bcopy((s), (d), (n))
  1598. memdbg variable 49 ./php-2.0/src/pool.c static int memdbg=0;
  1599. memmove function 109 ./php-2.0/src/local.c void *memmove(void *dv, const void *sv, size_t len) {
  1600. memmove macro 22 ./php-2.0/src/regex/utils.h #define memmove(d, s, c) bcopy(s, d, c)
  1601. miConn struct 67 ./php-2.0/src/illustra.c typedef struct miConn
  1602. miConn typedef 74 ./php-2.0/src/illustra.c } miConn;
  1603. miList struct 76 ./php-2.0/src/illustra.c typedef struct miList
  1604. miList typedef 81 ./php-2.0/src/illustra.c } miList;
  1605. miResult struct 58 ./php-2.0/src/illustra.c typedef struct miResult
  1606. miResult typedef 65 ./php-2.0/src/illustra.c } miResult;
  1607. miRow struct 51 ./php-2.0/src/illustra.c typedef struct miRow
  1608. miRow typedef 56 ./php-2.0/src/illustra.c } miRow;
  1609. mime_split function 38 ./php-2.0/src/mime.c void mime_split(char *buf, int cnt, char *boundary) {
  1610. mkdir macro 58 ./php-2.0/src/php.h #define mkdir(a,b) _mkdir(a)
  1611. mlen member 124 ./php-2.0/src/regex/regex2.h int mlen; /* length of must */
  1612. mmark variable 40 ./php-2.0/src/cond.c static MatchMark *mmark=NULL;
  1613. mode member 591 ./php-2.0/src/php.h int mode;
  1614. mode_t typedef 44 ./php-2.0/src/php.h typedef int mode_t;
  1615. msqlGetDbSock function 895 ./php-2.0/src/msql.c int msqlGetDbSock() {
  1616. msqlSetCurrent function 903 ./php-2.0/src/msql.c void msqlSetCurrent(int sock, char *newdb) {
  1617. msql_ind variable 47 ./php-2.0/src/msql.c static int msql_ind=1;
  1618. mtop variable 34 ./php-2.0/src/cond.c static MatchStack *mtop=NULL;
  1619. multis member 5 ./php-2.0/src/regex/cclass.h char *multis;
  1620. multis member 87 ./php-2.0/src/regex/regex2.h char *multis; /* -> char[smulti] ab�cd�ef�� */
  1621. must member 123 ./php-2.0/src/regex/regex2.h char *must; /* match must contain this string */
  1622. my_seekpos variable 137 ./php-2.0/src/parse.c static long my_seekpos;
  1623. mysql variable 53 ./php-2.0/src/mysql.c static MYSQL *dbsock=NULL, mysql;
  1624. mysqlGetDbSock function 832 ./php-2.0/src/mysql.c MYSQL *mysqlGetDbSock() {
  1625. mysqlGetPtr function 840 ./php-2.0/src/mysql.c MYSQL *mysqlGetPtr() {
  1626. mysqlSetCurrent function 848 ./php-2.0/src/mysql.c void mysqlSetCurrent(MYSQL *sock, char *newdb) {
  1627. mysql_add_result function 107 ./php-2.0/src/mysql.c int mysql_add_result(MYSQL_RES *result) {
  1628. mysql_del_result function 137 ./php-2.0/src/mysql.c void mysql_del_result(int count) {
  1629. mysql_get_result function 125 ./php-2.0/src/mysql.c MYSQL_RES *mysql_get_result(int count) {
  1630. mysql_ind variable 61 ./php-2.0/src/mysql.c static int mysql_ind=1;
  1631. name member 3 ./php-2.0/src/regex/cclass.h char *name;
  1632. name member 3 ./php-2.0/src/regex/cname.h char *name;
  1633. name member 34 ./php-2.0/src/regex/regerror.c char *name;
  1634. name member 38 ./php-2.0/src/filepro.c char *name;
  1635. name member 52 ./php-2.0/src/solid.c char name[32];
  1636. name member 55 ./php-2.0/src/adabasd.c char name[32];
  1637. name member 105 ./php-2.0/src/odbc.c char name[MAX_FIELD_LEN];
  1638. name member 436 ./php-2.0/src/php.h char *name;
  1639. name member 567 ./php-2.0/src/php.h char *name;
  1640. name member 604 ./php-2.0/src/php.h char *name;
  1641. names member 63 ./php-2.0/src/illustra.c char **names; /* The titles of the rows */
  1642. nbol member 119 ./php-2.0/src/regex/regex2.h int nbol; /* number of ^ used */
  1643. ncategories member 121 ./php-2.0/src/regex/regex2.h int ncategories; /* how many character categories */
  1644. nch function 1133 ./php-2.0/src/regex/regcomp.c nch(p, cs)
  1645. ncols member 66 ./php-2.0/src/odbc.c int ncols; /* number of fields */
  1646. ncols member 196 ./php-2.0/src/oracle.h int ncols;
  1647. ncsalloc member 26 ./php-2.0/src/regex/regcomp.c int ncsalloc; /* number of csets allocated */
  1648. ncsets member 108 ./php-2.0/src/regex/regex2.h int ncsets; /* number of csets in use */
  1649. neol member 120 ./php-2.0/src/regex/regex2.h int neol; /* number of $ used */
  1650. never macro 70 ./php-2.0/src/regex/regcomp.c #define never 0 /* some <assert.h>s have bugs too */
  1651. never variable 68 ./php-2.0/src/regex/regcomp.c static int never = 0; /* for use in asserts; shuts lint up */
  1652. next member 20 ./php-2.0/src/regex/regcomp.c char *next; /* next character in RE */
  1653. next member 39 ./php-2.0/src/msql.c struct ResultList *next;
  1654. next member 41 ./php-2.0/src/filepro.c struct fp_field *next;
  1655. next member 50 ./php-2.0/src/mysql.c struct ResultList *next;
  1656. next member 52 ./php-2.0/src/gd.c struct ImageList *next;
  1657. next member 55 ./php-2.0/src/illustra.c struct miRow *next; /* The next row element */
  1658. next member 61 ./php-2.0/src/pg95.c struct pgResultList *next;
  1659. next member 67 ./php-2.0/src/pg95.c struct pgConnList *next;
  1660. next member 67 ./php-2.0/src/solid.c struct SolidResultList *next;
  1661. next member 71 ./php-2.0/src/adabasd.c struct AdaResultList *next;
  1662. next member 74 ./php-2.0/src/solid.c struct SolidConnList *next;
  1663. next member 78 ./php-2.0/src/adabasd.c struct AdaConnList *next;
  1664. next member 80 ./php-2.0/src/odbc.c struct odbcHstmtList *next; /* next statement in list */
  1665. next member 94 ./php-2.0/src/odbc.c struct odbcHdbcList *next; /* next connection in list */
  1666. next member 178 ./php-2.0/src/oracle.h struct oraColumn *next;
  1667. next member 187 ./php-2.0/src/oracle.h struct oraBindVar* next; /* Next list element or NULL */
  1668. next member 229 ./php-2.0/src/local.c union hdr *next; /* for chaining headers */
  1669. next member 274 ./php-2.0/src/pool.c union php_block_hdr *next;
  1670. next member 445 ./php-2.0/src/php.h struct VarTree *next;
  1671. next member 460 ./php-2.0/src/php.h struct Stack *next;
  1672. next member 468 ./php-2.0/src/php.h struct CondStack *next;
  1673. next member 474 ./php-2.0/src/php.h struct CondMark *next;
  1674. next member 484 ./php-2.0/src/php.h struct SwitchStack *next;
  1675. next member 490 ./php-2.0/src/php.h struct SwitchMark *next;
  1676. next member 496 ./php-2.0/src/php.h struct MatchStack *next;
  1677. next member 502 ./php-2.0/src/php.h struct MatchMark *next;
  1678. next member 511 ./php-2.0/src/php.h struct WhileStack *next;
  1679. next member 517 ./php-2.0/src/php.h struct WhileMark *next;
  1680. next member 522 ./php-2.0/src/php.h struct EndBraceStack *next;
  1681. next member 527 ./php-2.0/src/php.h struct EndBraceMark *next;
  1682. next member 535 ./php-2.0/src/php.h struct dbmStack *next;
  1683. next member 552 ./php-2.0/src/php.h struct FileStack *next;
  1684. next member 557 ./php-2.0/src/php.h struct FrameStack *next;
  1685. next member 562 ./php-2.0/src/php.h struct FuncArgList *next;
  1686. next member 572 ./php-2.0/src/php.h struct FuncStack *next;
  1687. next member 578 ./php-2.0/src/php.h struct CounterStack *next;
  1688. next member 586 ./php-2.0/src/php.h struct FpStack *next;
  1689. next member 595 ./php-2.0/src/php.h struct AccessInfo *next;
  1690. next member 600 ./php-2.0/src/php.h struct PtrStack *next;
  1691. next member 610 ./php-2.0/src/php.h struct CookieList *next;
  1692. next_marker function 132 ./php-2.0/src/image.c unsigned int next_marker (int infile)
  1693. nf member 212 ./php-2.0/src/regex/split.c int nf;
  1694. no_httpd variable 73 ./php-2.0/src/lex.c static int no_httpd = 0;
  1695. nonnewline function 888 ./php-2.0/src/regex/regcomp.c nonnewline(p)
  1696. nope variable 19 ./php-2.0/src/regex/regexec.c static int nope = 0; /* for use in asserts; shuts lint up */
  1697. nplus member 127 ./php-2.0/src/regex/regex2.h sopno nplus; /* how deep does it nest +s? */
  1698. nstates member 112 ./php-2.0/src/regex/regex2.h sopno nstates; /* = number of sops */
  1699. nsub member 125 ./php-2.0/src/regex/regex2.h size_t nsub; /* copy of re_nsub */
  1700. nullok member 172 ./php-2.0/src/oracle.h sb2 nullok;
  1701. nullstr variable 29 ./php-2.0/src/string.c static char nullstr[1] = {'�'};
  1702. nuls variable 35 ./php-2.0/src/regex/regcomp.c static char nuls[10]; /* place to point scanner in event of error */
  1703. numC member 53 ./php-2.0/src/illustra.c int numC; /* The number of columns in this row */
  1704. numC member 60 ./php-2.0/src/illustra.c int numC; /* Number of columns */
  1705. numC member 78 ./php-2.0/src/illustra.c int numC; /* Number of current connections */
  1706. numR member 61 ./php-2.0/src/illustra.c int numR; /* Number of rows for this result */
  1707. numR member 69 ./php-2.0/src/illustra.c int numR; /* Number of results for this connection */
  1708. numcols member 60 ./php-2.0/src/solid.c int numcols;
  1709. numcols member 64 ./php-2.0/src/adabasd.c int numcols;
  1710. objid_mib variable 81 ./php-2.0/src/snmp.c oid objid_mib[] = {1, 3, 6, 1, 2, 1};
  1711. obuf variable 54 ./php-2.0/src/lex.c static char obuf[LINEBUFSIZE]; /* output line buffer */
  1712. odbcField struct 104 ./php-2.0/src/odbc.c typedef struct odbcField {
  1713. odbcField typedef 115 ./php-2.0/src/odbc.c } odbcField;
  1714. odbcHdbcList struct 90 ./php-2.0/src/odbc.c typedef struct odbcHdbcList {
  1715. odbcHdbcList typedef 95 ./php-2.0/src/odbc.c } odbcHdbcList;
  1716. odbcHstmtList struct 61 ./php-2.0/src/odbc.c typedef struct odbcHstmtList {
  1717. odbcHstmtList typedef 81 ./php-2.0/src/odbc.c } odbcHstmtList;
  1718. odbc_add_hdbc function 337 ./php-2.0/src/odbc.c int odbc_add_hdbc(HDBC hdbc)
  1719. odbc_add_hstmt function 194 ./php-2.0/src/odbc.c int odbc_add_hstmt(HDBC hdbc, HSTMT hstmt)
  1720. odbc_del_hdbc function 398 ./php-2.0/src/odbc.c void odbc_del_hdbc(HDBC hdbc)
  1721. odbc_del_hstmt function 296 ./php-2.0/src/odbc.c void odbc_del_hstmt(int count)
  1722. odbc_error function 135 ./php-2.0/src/odbc.c void odbc_error(HDBC hdbc, HSTMT hstmt, char *func) {
  1723. odbc_getFieldByName function 502 ./php-2.0/src/odbc.c odbcField *odbc_getFieldByName(HSTMT hstmt, char *field) {
  1724. odbc_getFieldByNumber function 619 ./php-2.0/src/odbc.c odbcField *odbc_getFieldByNumber(HSTMT hstmt, int field) {
  1725. odbc_get_hdbc function 375 ./php-2.0/src/odbc.c HDBC odbc_get_hdbc(int count)
  1726. odbc_get_hstmt function 249 ./php-2.0/src/odbc.c HSTMT odbc_get_hstmt(int count)
  1727. odbc_get_list function 275 ./php-2.0/src/odbc.c odbcHstmtList *odbc_get_list(HSTMT hstmt) {
  1728. odbc_hdbc_ind variable 120 ./php-2.0/src/odbc.c static odbc_hdbc_ind = 1; /* initial connection index */
  1729. odbc_hdbc_top variable 118 ./php-2.0/src/odbc.c static odbcHdbcList *odbc_hdbc_top=NULL; /* connection list head */
  1730. odbc_hstmt_ind variable 119 ./php-2.0/src/odbc.c static odbc_hstmt_ind = 2; /* initial statement index */
  1731. odbc_hstmt_top variable 117 ./php-2.0/src/odbc.c static odbcHstmtList *odbc_hstmt_top=NULL; /* statement list head */
  1732. offp member 36 ./php-2.0/src/regex/engine.c char *offp; /* offsets work from here */
  1733. offset member 508 ./php-2.0/src/php.h int offset;
  1734. onestate macro 34 ./php-2.0/src/regex/regexec.c #define onestate int
  1735. onestate macro 60 ./php-2.0/src/regex/regexec.c #undef onestate
  1736. onestate macro 83 ./php-2.0/src/regex/regexec.c #define onestate int
  1737. opt function 371 ./php-2.0/src/regex/main.c opt(c, s)
  1738. options function 314 ./php-2.0/src/regex/main.c options(type, s)
  1739. oraBindVar struct 181 ./php-2.0/src/oracle.h typedef struct oraBindVar { /*-== Variables Binding =--*/
  1740. oraBindVar typedef 188 ./php-2.0/src/oracle.h } oraBindVar;
  1741. oraColumn struct 164 ./php-2.0/src/oracle.h typedef struct oraColumn {
  1742. oraColumn typedef 179 ./php-2.0/src/oracle.h } oraColumn;
  1743. oraConnection struct 153 ./php-2.0/src/oracle.h typedef struct oraConnection {
  1744. oraConnection typedef 162 ./php-2.0/src/oracle.h } oraConnection;
  1745. oraCursor struct 190 ./php-2.0/src/oracle.h typedef struct oraCursor {
  1746. oraCursor typedef 200 ./php-2.0/src/oracle.h } oraCursor;
  1747. ora_add_conn function 1068 ./php-2.0/src/oracle.c ora_add_conn()
  1748. ora_add_cursor function 1132 ./php-2.0/src/oracle.c ora_add_cursor()
  1749. ora_bind_in function 1518 ./php-2.0/src/oracle.c static int ora_bind_in(oraCursor* cursor)
  1750. ora_bind_out function 1545 ./php-2.0/src/oracle.c static int ora_bind_out(oraCursor* cursor)
  1751. ora_bind_top member 199 ./php-2.0/src/oracle.h struct oraBindVar* ora_bind_top; /* Top of binding list */
  1752. ora_conn_array variable 92 ./php-2.0/src/oracle.c static oraConnection ora_conn_array[MAX_CONNECTIONS];
  1753. ora_cursor_array variable 93 ./php-2.0/src/oracle.c static oraCursor ora_cursor_array[MAX_CURSORS];
  1754. ora_del_bind function 1512 ./php-2.0/src/oracle.c static int ora_del_bind(void)
  1755. ora_del_conn function 1118 ./php-2.0/src/oracle.c ora_del_conn(int ind)
  1756. ora_del_cursor function 1158 ./php-2.0/src/oracle.c ora_del_cursor(int ind) {
  1757. ora_describe_define function 1197 ./php-2.0/src/oracle.c ora_describe_define(oraCursor *cursor)
  1758. ora_error function 1173 ./php-2.0/src/oracle.c ora_error(Cda_Def *cda)
  1759. ora_find_conn function 1096 ./php-2.0/src/oracle.c ora_find_conn(const char *userid, const char *password,
  1760. ora_func_tab variable 115 ./php-2.0/src/oracle.h static const text * ora_func_tab[] = {(text *) "unused",
  1761. ora_get_bind function 1493 ./php-2.0/src/oracle.c static oraBindVar* ora_get_bind(oraCursor* cursor,
  1762. ora_get_conn function 1083 ./php-2.0/src/oracle.c ora_get_conn(int ind)
  1763. ora_get_cursor function 1147 ./php-2.0/src/oracle.c ora_get_cursor(int ind)
  1764. ora_new_bind function 1425 ./php-2.0/src/oracle.c static oraBindVar* ora_new_bind(oraCursor* cursor,
  1765. ora_no_bindings function 1400 ./php-2.0/src/oracle.c static void ora_no_bindings(oraCursor* cursor)
  1766. ordinary function 866 ./php-2.0/src/regex/regcomp.c ordinary(p, ch)
  1767. othercase function 822 ./php-2.0/src/regex/regcomp.c othercase(ch)
  1768. outpos variable 56 ./php-2.0/src/lex.c static int outpos=0; /* current position in inbuf */
  1769. output_from_marker function 891 ./php-2.0/src/lex.c int output_from_marker(void) {
  1770. outputchar function 760 ./php-2.0/src/lex.c int outputchar(char ch) {
  1771. outputline function 783 ./php-2.0/src/lex.c int outputline(char *line) {
  1772. p_b_cclass function 721 ./php-2.0/src/regex/regcomp.c p_b_cclass(p, cs)
  1773. p_b_coll_elem function 792 ./php-2.0/src/regex/regcomp.c p_b_coll_elem(p, endc)
  1774. p_b_eclass function 757 ./php-2.0/src/regex/regcomp.c p_b_eclass(p, cs)
  1775. p_b_symbol function 772 ./php-2.0/src/regex/regcomp.c p_b_symbol(p)
  1776. p_b_term function 655 ./php-2.0/src/regex/regcomp.c p_b_term(p, cs)
  1777. p_bracket function 580 ./php-2.0/src/regex/regcomp.c p_bracket(p)
  1778. p_bre function 406 ./php-2.0/src/regex/regcomp.c p_bre(p, end1, end2)
  1779. p_count function 557 ./php-2.0/src/regex/regcomp.c p_count(p)
  1780. p_ere function 190 ./php-2.0/src/regex/regcomp.c p_ere(p, stop)
  1781. p_ere_exp function 236 ./php-2.0/src/regex/regcomp.c p_ere_exp(p)
  1782. p_simp_re function 439 ./php-2.0/src/regex/regcomp.c p_simp_re(p, starordinary)
  1783. p_str function 385 ./php-2.0/src/regex/regcomp.c p_str(p)
  1784. pa member 540 ./php-2.0/src/php.h caddr_t pa;
  1785. pa variable 41 ./php-2.0/src/lex.c static caddr_t pa=NULL;
  1786. pa variable 44 ./php-2.0/src/lex.c static char *pa=NULL;
  1787. pa_pos variable 42 ./php-2.0/src/lex.c static long pa_pos=0L;
  1788. pa_pos variable 45 ./php-2.0/src/lex.c static long pa_pos=0L;
  1789. palloc macro 29 ./php-2.0/src/mail.c #undef palloc
  1790. palloc macro 46 ./php-2.0/src/adabasd.c #undef palloc
  1791. palloc macro 46 ./php-2.0/src/solid.c #undef palloc
  1792. palloc macro 47 ./php-2.0/src/odbc.c #undef palloc
  1793. palloc macro 53 ./php-2.0/src/pg95.c #undef palloc
  1794. params member 571 ./php-2.0/src/php.h FuncArgList *params;
  1795. parent member 622 ./php-2.0/src/php.h struct pool *parent;
  1796. parse struct 19 ./php-2.0/src/regex/regcomp.c struct parse {
  1797. parse_url function 54 ./php-2.0/src/post.c void parse_url(char *data) {
  1798. password member 160 ./php-2.0/src/oracle.h char password[ORAPWLEN+1];
  1799. password member 592 ./php-2.0/src/php.h char *password;
  1800. path member 607 ./php-2.0/src/php.h char *path;
  1801. patt member 594 ./php-2.0/src/php.h char *patt;
  1802. pbegin member 29 ./php-2.0/src/regex/regcomp.c sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
  1803. pchar function 996 ./php-2.0/src/regex/engine.c pchar(ch)
  1804. pclose macro 55 ./php-2.0/src/php.h #define pclose _pclose
  1805. pend member 30 ./php-2.0/src/regex/regcomp.c sopno pend[NPAREN]; /* -> ) ([0] unused) */
  1806. pg95_conn_ind variable 75 ./php-2.0/src/pg95.c static int pg95_conn_ind=1;
  1807. pg95_ind variable 74 ./php-2.0/src/pg95.c static int pg95_ind=2;
  1808. pgConnList struct 64 ./php-2.0/src/pg95.c typedef struct pgConnList {
  1809. pgConnList typedef 68 ./php-2.0/src/pg95.c } pgConnList;
  1810. pgLastOid variable 73 ./php-2.0/src/pg95.c static int pgLastOid=-1;
  1811. pgResultList struct 58 ./php-2.0/src/pg95.c typedef struct pgResultList {
  1812. pgResultList typedef 62 ./php-2.0/src/pg95.c } pgResultList;
  1813. pgTypeRes variable 72 ./php-2.0/src/pg95.c static int pgTypeRes=0;
  1814. pg_add_conn function 163 ./php-2.0/src/pg95.c int pg_add_conn(PGconn *conn)
  1815. pg_add_result function 98 ./php-2.0/src/pg95.c int pg_add_result(PGresult *result)
  1816. pg_conn_top variable 71 ./php-2.0/src/pg95.c static pgConnList *pg_conn_top=NULL;
  1817. pg_del_conn function 200 ./php-2.0/src/pg95.c void pg_del_conn(PGconn* conn)
  1818. pg_del_result function 141 ./php-2.0/src/pg95.c void pg_del_result(int count)
  1819. pg_get_conn function 188 ./php-2.0/src/pg95.c PGconn *pg_get_conn(int count)
  1820. pg_get_result function 127 ./php-2.0/src/pg95.c PGresult *pg_get_result(int count)
  1821. pg_result_top variable 70 ./php-2.0/src/pg95.c static pgResultList *pg_result_top=NULL;
  1822. pg_type function 225 ./php-2.0/src/pg95.c char* pg_type(PGconn* conn, int toid)
  1823. php_align union 258 ./php-2.0/src/pool.c union php_align
  1824. php_block_freelist variable 279 ./php-2.0/src/pool.c union php_block_hdr *php_block_freelist = NULL;
  1825. php_block_hdr union 269 ./php-2.0/src/pool.c union php_block_hdr
  1826. php_cleanup function 53 ./php-2.0/src/pool.c static void php_cleanup(void *ptr) {
  1827. php_clear_pool function 381 ./php-2.0/src/pool.c void php_clear_pool(struct pool *a) {
  1828. php_commands variable 231 ./php-2.0/src/mod_php.c command_rec php_commands[] = {
  1829. php_create_conf function 112 ./php-2.0/src/mod_php.c void *php_create_conf(pool *p, char *dummy) {
  1830. php_destroy_pool function 390 ./php-2.0/src/pool.c void php_destroy_pool (pool *a) {
  1831. php_extra_ents struct 476 ./php-2.0/src/echo.c typedef struct php_extra_ents {
  1832. php_extra_ents typedef 479 ./php-2.0/src/echo.c } php_extra_ents;
  1833. php_free_blocks function 294 ./php-2.0/src/pool.c void php_free_blocks (union php_block_hdr *blok) {
  1834. php_handle_gif function 63 ./php-2.0/src/image.c struct gfxinfo *php_handle_gif(int infile)
  1835. php_handle_jpeg function 162 ./php-2.0/src/image.c struct gfxinfo *php_handle_jpeg(int infile)
  1836. php_handle_png function 90 ./php-2.0/src/image.c struct gfxinfo *php_handle_png(int infile) {
  1837. php_handlers variable 224 ./php-2.0/src/mod_php.c handler_rec php_handlers[] = {
  1838. php_header function 154 ./php-2.0/src/head.c void php_header(int type,char *str) {
  1839. php_ind function 148 ./php-2.0/src/exec.c int php_ind(char *s, char c) {
  1840. php_init_acc function 54 ./php-2.0/src/acc.c void php_init_acc(php_module_conf *conf) {
  1841. php_init_adabas function 93 ./php-2.0/src/adabasd.c void php_init_adabas(char *DB, char *User, char *PW)
  1842. php_init_cond function 49 ./php-2.0/src/cond.c void php_init_cond(void) {
  1843. php_init_db function 1318 ./php-2.0/src/db.c void php_init_db(void) {
  1844. php_init_dir function 40 ./php-2.0/src/dir.c void php_init_dir(void) {
  1845. php_init_error function 41 ./php-2.0/src/error.c void php_init_error(void) {
  1846. php_init_file function 64 ./php-2.0/src/file.c void php_init_file(php_module_conf *conf) {
  1847. php_init_gd function 58 ./php-2.0/src/gd.c void php_init_gd(void) {
  1848. php_init_head function 39 ./php-2.0/src/head.c void php_init_head(void) {
  1849. php_init_lex function 1433 ./php-2.0/src/lex.c void php_init_lex(void) {
  1850. php_init_log function 73 ./php-2.0/src/log.c void php_init_log(php_module_conf *conf) {
  1851. php_init_mime function 30 ./php-2.0/src/mime.c void php_init_mime(php_module_conf *conf) {
  1852. php_init_msql function 50 ./php-2.0/src/msql.c void php_init_msql(char *defaulthost) {
  1853. php_init_mysql function 64 ./php-2.0/src/mysql.c void php_init_mysql(char *defaulthost) {
  1854. php_init_odbc function 126 ./php-2.0/src/odbc.c void php_init_odbc(void) {
  1855. php_init_oracle function 1034 ./php-2.0/src/oracle.c php_init_oracle(void)
  1856. php_init_pg95 function 78 ./php-2.0/src/pg95.c void php_init_pg95(void) {
  1857. php_init_pool function 59 ./php-2.0/src/pool.c void php_init_pool(php_module_conf *conf) {
  1858. php_init_solid function 84 ./php-2.0/src/solid.c void php_init_solid(void) {
  1859. php_init_stack function 31 ./php-2.0/src/stack.c void php_init_stack(void) {
  1860. php_init_switch function 31 ./php-2.0/src/switch.c void php_init_switch(void) {
  1861. php_init_sybsql function 124 ./php-2.0/src/sybsql.c void php_init_sybsql(void)
  1862. php_init_symbol_tree function 37 ./php-2.0/src/var.c void php_init_symbol_tree(void) {
  1863. php_init_syslog function 55 ./php-2.0/src/syslog.c void php_init_syslog(void)
  1864. php_init_while function 33 ./php-2.0/src/while.c void php_init_while(void) {
  1865. php_init_yacc function 139 ./php-2.0/src/parse.c void php_init_yacc(void) {
  1866. php_make_sub_pool function 360 ./php-2.0/src/pool.c struct pool *php_make_sub_pool(struct pool *p) {
  1867. php_malloc_block function 281 ./php-2.0/src/pool.c union php_block_hdr *php_malloc_block(int size) {
  1868. php_module variable 32 ./php-2.0/src/mod_php.c module MODULE_VAR_EXPORT php_module;
  1869. php_module variable 34 ./php-2.0/src/mod_php.c module php_module;
  1870. php_module variable 257 ./php-2.0/src/mod_php.c module php_module = {
  1871. php_module_conf typedef 43 ./php-2.0/src/mod_php.h } php_module_conf;
  1872. php_name member 185 ./php-2.0/src/oracle.h char* php_name; /* Variable name in PHP */
  1873. php_new_block function 326 ./php-2.0/src/pool.c union php_block_hdr *php_new_block (int min_size) {
  1874. php_palloc function 401 ./php-2.0/src/pool.c void *php_palloc (struct pool *a, int reqsize) {
  1875. php_pool variable 40 ./php-2.0/src/pool.c static pool *php_pool[] = { NULL, /* 0 - Stack pointer - no clear */
  1876. php_pool_alloc function 81 ./php-2.0/src/pool.c void *php_pool_alloc(
  1877. php_pool_clear function 146 ./php-2.0/src/pool.c void php_pool_clear(int num) {
  1878. php_pool_free function 159 ./php-2.0/src/pool.c void php_pool_free(int num) {
  1879. php_pool_show function 167 ./php-2.0/src/pool.c void php_pool_show(void) {
  1880. php_pool_size variable 44 ./php-2.0/src/pool.c static long php_pool_size[] = { 0L, 0L, 0L };
  1881. php_pool_strdup function 113 ./php-2.0/src/pool.c char *php_pool_strdup(
  1882. php_pstrdup function 439 ./php-2.0/src/pool.c char *php_pstrdup(struct pool *a, const char *s) {
  1883. php_read2 function 122 ./php-2.0/src/image.c unsigned short php_read2 (int infile)
  1884. php_read4 function 77 ./php-2.0/src/image.c unsigned long php_read4 (int infile)
  1885. php_rqst variable 61 ./php-2.0/src/main.c request_rec *php_rqst; /* request record pointer for apache module version */
  1886. php_urlencode function 322 ./php-2.0/src/string.c char *php_urlencode(char *s) {
  1887. php_xbithack_handler function 215 ./php-2.0/src/mod_php.c int php_xbithack_handler (request_rec *r) {
  1888. phpday_tab variable 51 ./php-2.0/src/date.c static int phpday_tab[2][12] = {
  1889. phpflaghandler function 138 ./php-2.0/src/mod_php.c const char *phpflaghandler(cmd_parms *cmd, php_module_conf *conf, int val) {
  1890. phpsnmp function 91 ./php-2.0/src/snmp.c void phpsnmp(int st) {
  1891. phpsnmpget function 234 ./php-2.0/src/snmp.c void phpsnmpget(void) {
  1892. phpsnmpwalk function 238 ./php-2.0/src/snmp.c void phpsnmpwalk(void) {
  1893. phptake1handler function 168 ./php-2.0/src/mod_php.c const char *phptake1handler(cmd_parms *cmd, php_module_conf *conf, char *arg) {
  1894. pid_t typedef 43 ./php-2.0/src/php.h typedef int pid_t;
  1895. pluscount function 1576 ./php-2.0/src/regex/regcomp.c pluscount(p, g)
  1896. pmatch member 35 ./php-2.0/src/regex/engine.c regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
  1897. pointer typedef 154 ./php-2.0/src/local.c typedef void *pointer; /* generic pointer type */
  1898. pointer typedef 156 ./php-2.0/src/local.c typedef char *pointer; /* generic pointer type */
  1899. pool struct 614 ./php-2.0/src/php.h typedef struct pool {
  1900. pool typedef 624 ./php-2.0/src/php.h } pool;
  1901. popen macro 56 ./php-2.0/src/php.h #define popen _popen
  1902. pos member 547 ./php-2.0/src/php.h long pos;
  1903. prec member 170 ./php-2.0/src/oracle.h sb2 prec;
  1904. prev member 446 ./php-2.0/src/php.h struct VarTree *prev;
  1905. prev member 563 ./php-2.0/src/php.h struct FuncArgList *prev;
  1906. print function 194 ./php-2.0/src/regex/split.c print(nf, nfp, fields)
  1907. print function 933 ./php-2.0/src/regex/engine.c print(m, caption, st, ch, d)
  1908. print macro 15 ./php-2.0/src/regex/engine.c #define print sprint
  1909. print macro 26 ./php-2.0/src/regex/engine.c #define print lprint
  1910. print macro 1016 ./php-2.0/src/regex/engine.c #undef print
  1911. progname variable 9 ./php-2.0/src/regex/main.c char *progname;
  1912. ptr member 28 ./php-2.0/src/sort.c char *ptr;
  1913. ptr member 83 ./php-2.0/src/regex/regex2.h uch *ptr; /* -> uch [csetsize] */
  1914. ptr member 599 ./php-2.0/src/php.h void *ptr;
  1915. ptr_top variable 34 ./php-2.0/src/var.c static PtrStack *ptr_top=NULL;
  1916. putback function 884 ./php-2.0/src/lex.c void putback(char ch) {
  1917. putchr macro 66 ./php-2.0/src/sybsql.c #define putchr(c) putc(c, stdout)
  1918. putstr macro 67 ./php-2.0/src/sybsql.c #define putstr(s) fputs(s, stdout)
  1919. rcomp_long function 67 ./php-2.0/src/sort.c int rcomp_long(Array *a, Array *b) {
  1920. rcomp_real function 49 ./php-2.0/src/sort.c int rcomp_real(Array *a, Array *b) {
  1921. rcomp_string function 36 ./php-2.0/src/sort.c int rcomp_string(Array *a, Array *b) {
  1922. re_endp member 13 ./php-2.0/src/regex/regex.h const char *re_endp; /* end pointer for REG_PEND */
  1923. re_g member 14 ./php-2.0/src/regex/regex.h struct re_guts *re_g; /* none of your business :-) */
  1924. re_guts struct 103 ./php-2.0/src/regex/regex2.h struct re_guts {
  1925. re_magic member 11 ./php-2.0/src/regex/regex.h int re_magic;
  1926. re_nsub member 12 ./php-2.0/src/regex/regex.h size_t re_nsub; /* number of parenthesized subexpressions */
  1927. reg_eprint function 32 ./php-2.0/src/reg.c char *reg_eprint(int err) {
  1928. regatoi function 110 ./php-2.0/src/regex/regerror.c regatoi(preg, localbuf)
  1929. regchar function 232 ./php-2.0/src/regex/debug.c regchar(ch)
  1930. regcomp function 86 ./php-2.0/src/regex/regcomp.c regcomp(preg, pattern, cflags)
  1931. regerror function 62 ./php-2.0/src/regex/regerror.c regerror(errcode, preg, errbuf, errbuf_size)
  1932. regex_t typedef 15 ./php-2.0/src/regex/regex.h } regex_t;
  1933. regexec function 113 ./php-2.0/src/regex/regexec.c regexec(preg, string, nmatch, pmatch, eflags)
  1934. regfree function 14 ./php-2.0/src/regex/regfree.c regfree(preg)
  1935. regmatch_t typedef 19 ./php-2.0/src/regex/regex.h } regmatch_t;
  1936. regoff_t typedef 9 ./php-2.0/src/regex/regex.h typedef off_t regoff_t;
  1937. regprint function 18 ./php-2.0/src/regex/debug.c regprint(r, d)
  1938. regress function 126 ./php-2.0/src/regex/main.c regress(in)
  1939. regress function 277 ./php-2.0/src/regex/split.c regress()
  1940. repeat function 912 ./php-2.0/src/regex/regcomp.c repeat(p, start, from, to)
  1941. rerr struct 32 ./php-2.0/src/regex/regerror.c static struct rerr {
  1942. rerrs variable 36 ./php-2.0/src/regex/regerror.c } rerrs[] = {
  1943. restore_umask function 51 ./php-2.0/src/mod_php.c void restore_umask() {
  1944. result member 37 ./php-2.0/src/msql.c m_result *result;
  1945. result member 48 ./php-2.0/src/mysql.c MYSQL_RES *result;
  1946. result member 59 ./php-2.0/src/pg95.c PGresult *result;
  1947. result member 65 ./php-2.0/src/solid.c SolidResult *result;
  1948. result member 69 ./php-2.0/src/adabasd.c AdaResult *result;
  1949. result member 71 ./php-2.0/src/illustra.c miResult **result; /* List of result structures */
  1950. result_top variable 43 ./php-2.0/src/msql.c static ResultList *result_top=NULL;
  1951. result_top variable 55 ./php-2.0/src/mysql.c static ResultList *result_top=NULL;
  1952. right member 444 ./php-2.0/src/php.h struct VarTree *right;
  1953. rm_eo member 18 ./php-2.0/src/regex/regex.h regoff_t rm_eo; /* end of match */
  1954. rm_so member 17 ./php-2.0/src/regex/regex.h regoff_t rm_so; /* start of match */
  1955. rmdir macro 59 ./php-2.0/src/php.h #define rmdir _rmdir
  1956. row member 54 ./php-2.0/src/illustra.c char **row; /* The column data itself */
  1957. rows member 64 ./php-2.0/src/illustra.c miRow *rows; /* The rows of data themselves */
  1958. ru_bmark variable 47 ./php-2.0/src/cond.c static EndBraceMark *ru_bmark=NULL;
  1959. ru_btop variable 44 ./php-2.0/src/cond.c static EndBraceStack *ru_btop=NULL;
  1960. ru_mark variable 38 ./php-2.0/src/cond.c static CondMark *ru_mark=NULL;
  1961. ru_mmark variable 41 ./php-2.0/src/cond.c static MatchMark *ru_mmark=NULL;
  1962. ru_mtop variable 35 ./php-2.0/src/cond.c static MatchStack *ru_mtop=NULL;
  1963. ru_top variable 32 ./php-2.0/src/cond.c static CondStack *ru_top=NULL;
  1964. s_print function 91 ./php-2.0/src/regex/debug.c s_print(g, d)
  1965. samesets function 1287 ./php-2.0/src/regex/regcomp.c samesets(g, c1, c2)
  1966. save_umask function 46 ./php-2.0/src/mod_php.c void save_umask() {
  1967. saved_umask variable 36 ./php-2.0/src/mod_php.c int saved_umask;
  1968. scale member 171 ./php-2.0/src/oracle.h sb2 scale;
  1969. scope member 442 ./php-2.0/src/php.h int scope; /* 0=local to frame, 4=global, 8=static to frame */
  1970. secure member 609 ./php-2.0/src/php.h int secure;
  1971. seekpos member 507 ./php-2.0/src/php.h long seekpos;
  1972. send_parsed_php function 55 ./php-2.0/src/mod_php.c int send_parsed_php(request_rec *r) {
  1973. seps member 211 ./php-2.0/src/regex/split.c char *seps;
  1974. set_int_var function 46 ./php-2.0/src/syslog.c static void set_int_var(char *name, int value)
  1975. set_path_dir function 1744 ./php-2.0/src/file.c void set_path_dir(char *pi) {
  1976. setbits member 110 ./php-2.0/src/regex/regex2.h uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
  1977. seterr function 984 ./php-2.0/src/regex/regcomp.c seterr(p, e)
  1978. setlogging function 686 ./php-2.0/src/acc.c void setlogging(int val) {
  1979. sets member 109 ./php-2.0/src/regex/regex2.h cset *sets; /* -> cset [ncsets] */
  1980. setshowinfo function 707 ./php-2.0/src/acc.c void setshowinfo(int val) {
  1981. shl function 368 ./php-2.0/src/calc.c void shl(void) {
  1982. shr function 343 ./php-2.0/src/calc.c void shr(void) {
  1983. sid member 161 ./php-2.0/src/oracle.h char sid[ORASIDLEN+1];
  1984. sig_gif variable 50 ./php-2.0/src/image.c const char sig_gif[3] = {'G', 'I', 'F'};
  1985. sig_jpg variable 51 ./php-2.0/src/image.c const char sig_jpg[3] = {(char)0xff, (char)0xd8, (char)0xff};
  1986. sig_png variable 52 ./php-2.0/src/image.c const char sig_png[8] = {(char)0x89, (char)0x50, (char)0x4e,
  1987. size member 546 ./php-2.0/src/php.h long size;
  1988. size member 568 ./php-2.0/src/php.h long size;
  1989. skip_variable function 152 ./php-2.0/src/image.c void skip_variable (int infile)
  1990. sleep macro 60 ./php-2.0/src/php.h #define sleep _sleep
  1991. sleep macro 91 ./php-2.0/src/php.h #undef sleep
  1992. slen member 25 ./php-2.0/src/regex/regcomp.c sopno slen; /* malloced strip length (used) */
  1993. slow function 715 ./php-2.0/src/regex/engine.c slow(m, start, stop, startst, stopst)
  1994. slow macro 11 ./php-2.0/src/regex/engine.c #define slow sslow
  1995. slow macro 22 ./php-2.0/src/regex/engine.c #define slow lslow
  1996. slow macro 1012 ./php-2.0/src/regex/engine.c #undef slow
  1997. smallintcol macro 69 ./php-2.0/src/sybsql.c #define smallintcol(i) ((int) *(DBSMALLINT *) dbdata(dbproc,i))
  1998. smultis member 86 ./php-2.0/src/regex/regex2.h size_t smultis;
  1999. snmp_dump_packet variable 80 ./php-2.0/src/snmp.c int snmp_dump_packet = 0;
  2000. solid_add_conn function 168 ./php-2.0/src/solid.c int solid_add_conn(HDBC conn) {
  2001. solid_add_result function 101 ./php-2.0/src/solid.c int solid_add_result(SolidResult *result, int conn_in) {
  2002. solid_conn_ind variable 80 ./php-2.0/src/solid.c static int solid_conn_ind=1;
  2003. solid_conn_top variable 78 ./php-2.0/src/solid.c static SolidConnList *solid_conn_top=NULL;
  2004. solid_del_conn function 201 ./php-2.0/src/solid.c void solid_del_conn(HDBC conn) {
  2005. solid_del_result function 145 ./php-2.0/src/solid.c void solid_del_result(int count) {
  2006. solid_get_conn function 189 ./php-2.0/src/solid.c HDBC solid_get_conn(int count) {
  2007. solid_get_result function 130 ./php-2.0/src/solid.c SolidResult *solid_get_result(int count) {
  2008. solid_ind variable 79 ./php-2.0/src/solid.c static int solid_ind=1;
  2009. solid_result_top variable 77 ./php-2.0/src/solid.c static SolidResultList *solid_result_top=NULL;
  2010. sop typedef 39 ./php-2.0/src/regex/regex2.h typedef unsigned long sop; /* strip operator */
  2011. sopno typedef 40 ./php-2.0/src/regex/regex2.h typedef long sopno;
  2012. space member 186 ./php-2.0/src/oracle.h void* space; /* Space to store variable */
  2013. split function 9 ./php-2.0/src/regex/split.c split(string, fields, nfields, sep)
  2014. sql_name member 184 ./php-2.0/src/oracle.h text* sql_name; /* Variable name in PL/SQL */
  2015. sqlloadlastinfo function 1020 ./php-2.0/src/log.c void sqlloadlastinfo(char *filename) {
  2016. ssize member 24 ./php-2.0/src/regex/regcomp.c sopno ssize; /* malloced strip size (allocated) */
  2017. st member 42 ./php-2.0/src/regex/engine.c states st; /* current states */
  2018. stack_dir variable 186 ./php-2.0/src/local.c static int stack_dir; /* 1 or -1 once known */
  2019. start_logging variable 49 ./php-2.0/src/log.c static long start_logging=-1;
  2020. startoff variable 16 ./php-2.0/src/regex/main.c regoff_t startoff = 0;
  2021. state member 53 ./php-2.0/src/md5.h UINT4 state[4]; /* state (ABCD) */
  2022. state member 466 ./php-2.0/src/php.h int state;
  2023. state member 509 ./php-2.0/src/php.h int state;
  2024. state member 548 ./php-2.0/src/php.h int state;
  2025. state variable 49 ./php-2.0/src/lex.c static int state = 0;
  2026. states macro 22 ./php-2.0/src/regex/regexec.c #define states long
  2027. states macro 49 ./php-2.0/src/regex/regexec.c #undef states
  2028. states macro 70 ./php-2.0/src/regex/regexec.c #define states char *
  2029. states1 macro 23 ./php-2.0/src/regex/regexec.c #define states1 states /* for later use in regexec() decision */
  2030. status variable 12 ./php-2.0/src/regex/main.c int status = 0;
  2031. std_date function 281 ./php-2.0/src/date.c char *std_date(time_t t) {
  2032. step function 811 ./php-2.0/src/regex/engine.c step(g, start, stop, bef, ch, aft)
  2033. step macro 14 ./php-2.0/src/regex/engine.c #define step sstep
  2034. step macro 25 ./php-2.0/src/regex/engine.c #define step lstep
  2035. step macro 1015 ./php-2.0/src/regex/engine.c #undef step
  2036. stmt member 58 ./php-2.0/src/solid.c HSTMT stmt;
  2037. stmt member 62 ./php-2.0/src/adabasd.c HSTMT stmt;
  2038. str member 210 ./php-2.0/src/regex/split.c char *str;
  2039. str member 478 ./php-2.0/src/echo.c char str[6];
  2040. strcasecmp function 62 ./php-2.0/src/local.c int strcasecmp(char *s1, char *s2) {
  2041. strcasecmp macro 46 ./php-2.0/src/php.h #define strcasecmp(s1, s2) stricmp(s1, s2)
  2042. strdup function 85 ./php-2.0/src/local.c char *strdup(char *str) {
  2043. strerror function 97 ./php-2.0/src/local.c char *strerror(int errnum) {
  2044. strip member 23 ./php-2.0/src/regex/regcomp.c sop *strip; /* malloced strip */
  2045. strip member 106 ./php-2.0/src/regex/regex2.h sop *strip; /* malloced area for strip */
  2046. stripsnug function 1472 ./php-2.0/src/regex/regcomp.c stripsnug(p, g)
  2047. strncasecmp function 72 ./php-2.0/src/local.c int strncasecmp(char *s1, char *s2, register int n) {
  2048. strncasecmp macro 47 ./php-2.0/src/php.h #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
  2049. strval member 437 ./php-2.0/src/php.h char *strval;
  2050. strval member 456 ./php-2.0/src/php.h char *strval;
  2051. strval member 483 ./php-2.0/src/php.h char *strval;
  2052. sub_next member 620 ./php-2.0/src/php.h struct pool *sub_next;
  2053. sub_pools member 619 ./php-2.0/src/php.h struct pool *sub_pools;
  2054. sub_prev member 621 ./php-2.0/src/php.h struct pool *sub_prev;
  2055. subprocesses member 618 ./php-2.0/src/php.h struct process_chain *subprocesses;
  2056. tests variable 214 ./php-2.0/src/regex/split.c } tests[] = {
  2057. this member 72 ./php-2.0/src/illustra.c MI_CONNECTION *this; /* The connection to the database */
  2058. tinyintcol macro 70 ./php-2.0/src/sybsql.c #define tinyintcol(i) ((int) *(DBTINYINT *) dbdata(dbproc,i))
  2059. tmp member 44 ./php-2.0/src/regex/engine.c states tmp; /* temporary */
  2060. today_count variable 46 ./php-2.0/src/log.c static long today_count=-1;
  2061. token member 84 ./php-2.0/src/lex.c unsigned int token;
  2062. token member 521 ./php-2.0/src/php.h int token;
  2063. tokenmarker variable 61 ./php-2.0/src/lex.c static int tokenmarker; /* marked position in inbuf */
  2064. top variable 28 ./php-2.0/src/switch.c static SwitchStack *top=NULL;
  2065. top variable 29 ./php-2.0/src/stack.c static Stack *top=NULL;
  2066. top variable 29 ./php-2.0/src/while.c static WhileStack *top=NULL;
  2067. top variable 31 ./php-2.0/src/cond.c static CondStack *top=NULL;
  2068. top variable 36 ./php-2.0/src/head.c static CookieList *top = NULL;
  2069. top variable 46 ./php-2.0/src/db.c static dbmStack *top = NULL;
  2070. top variable 50 ./php-2.0/src/acc.c static AccessInfo *top=NULL;
  2071. top variable 69 ./php-2.0/src/lex.c static FileStack *top = NULL;
  2072. total_count variable 45 ./php-2.0/src/log.c static long total_count=-1;
  2073. try function 203 ./php-2.0/src/regex/main.c try(f0, f1, f2, f3, f4, opts)
  2074. type member 182 ./php-2.0/src/oracle.h int type; /* Variable type */
  2075. type member 434 ./php-2.0/src/php.h short type;
  2076. type member 455 ./php-2.0/src/php.h short type;
  2077. type member 479 ./php-2.0/src/php.h int type;
  2078. type member 585 ./php-2.0/src/php.h int type;
  2079. type member 593 ./php-2.0/src/php.h int type;
  2080. uch typedef 9 ./php-2.0/src/regex/utils.h typedef unsigned char uch;
  2081. uid_t typedef 41 ./php-2.0/src/php.h typedef int uid_t;
  2082. userid member 159 ./php-2.0/src/oracle.h char userid[ORAUIDLEN+1]; /* login information */
  2083. val member 495 ./php-2.0/src/php.h int val;
  2084. vallen member 54 ./php-2.0/src/solid.c long int vallen;
  2085. vallen member 57 ./php-2.0/src/adabasd.c long int vallen;
  2086. value member 53 ./php-2.0/src/solid.c char *value;
  2087. value member 56 ./php-2.0/src/adabasd.c char *value;
  2088. value member 605 ./php-2.0/src/php.h char *value;
  2089. values member 59 ./php-2.0/src/solid.c ResultValue *values;
  2090. values member 63 ./php-2.0/src/adabasd.c ResultValue *values;
  2091. var member 459 ./php-2.0/src/php.h VarTree *var;
  2092. var_main variable 30 ./php-2.0/src/var.c static VarTree *var_main=NULL;
  2093. var_super variable 31 ./php-2.0/src/var.c static VarTree *var_super=NULL;
  2094. var_supertop variable 33 ./php-2.0/src/var.c static VarTree *var_supertop=NULL;
  2095. var_top variable 32 ./php-2.0/src/var.c static VarTree *var_top=NULL;
  2096. waserror member 158 ./php-2.0/src/oracle.h short waserror; /* was the last thing done an error on this connection? */
  2097. width member 40 ./php-2.0/src/filepro.c int width;
  2098. width member 58 ./php-2.0/src/image.c unsigned int width;
  2099. yychar variable 1796 ./php-2.0/src/parse.c int yychar; /* the lookahead symbol */
  2100. yycheck variable 1171 ./php-2.0/src/parse.c static const short yycheck[] = { 1,
  2101. yyclearin macro 1745 ./php-2.0/src/parse.c #define yyclearin (yychar = YYEMPTY)
  2102. yydebug variable 1809 ./php-2.0/src/parse.c int yydebug; /* nonzero means print parse trace */
  2103. yydefact variable 472 ./php-2.0/src/parse.c static const short yydefact[] = { 2,
  2104. yydefgoto variable 560 ./php-2.0/src/parse.c static const short yydefgoto[] = { 840,
  2105. yyerrok macro 1744 ./php-2.0/src/parse.c #define yyerrok (yyerrstatus = 0)
  2106. yyerror function 1425 ./php-2.0/src/lex.c void yyerror(char *string) {
  2107. yylex function 929 ./php-2.0/src/lex.c int yylex(YYSTYPE *lvalp) {
  2108. yylex_linenumber variable 80 ./php-2.0/src/lex.c int yylex_linenumber = 0;
  2109. yylloc variable 1801 ./php-2.0/src/parse.c YYLTYPE yylloc; /* location data for the lookahead */
  2110. yylval variable 1797 ./php-2.0/src/parse.c YYSTYPE yylval; /* the semantic value of the */
  2111. yynerrs variable 1805 ./php-2.0/src/parse.c int yynerrs; /* number of parse errors so far */
  2112. yypact variable 565 ./php-2.0/src/parse.c static const short yypact[] = {-32768,
  2113. yyparse function 1897 ./php-2.0/src/parse.c yyparse(YYPARSE_PARAM_ARG)
  2114. yypgoto variable 653 ./php-2.0/src/parse.c static const short yypgoto[] = {-32768,
  2115. yyprhs variable 205 ./php-2.0/src/parse.c static const short yyprhs[] = { 0,
  2116. yyr1 variable 422 ./php-2.0/src/parse.c static const short yyr1[] = { 0,
  2117. yyr2 variable 447 ./php-2.0/src/parse.c static const short yyr2[] = { 0,
  2118. yyrhs variable 230 ./php-2.0/src/parse.c static const short yyrhs[] = { 135,
  2119. yyrline variable 370 ./php-2.0/src/parse.c static const short yyrline[] = { 0,
  2120. yytable variable 662 ./php-2.0/src/parse.c static const short yytable[] = { 106,
  2121. yytname variable 399 ./php-2.0/src/parse.c static const char * const yytname[] = { "$","error","$undefined.","DNUMBER",
  2122. yytranslate variable 163 ./php-2.0/src/parse.c static const short yytranslate[] = { 0,