engine.ih
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* ========= begin header generated by ./mkh ========= */
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. /* === engine.c === */
  6. static int matcher(CHARSET_INFO *charset,register struct re_guts *g, char *string, size_t nmatch, my_regmatch_t pmatch[], int eflags);
  7. static char *dissect(CHARSET_INFO *charset,register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
  8. static char *backref(CHARSET_INFO *charset, register struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno lev);
  9. static char *fast(CHARSET_INFO *charset, register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
  10. static char *slow(CHARSET_INFO *charset, register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
  11. static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch, register states aft);
  12. #define BOL (OUT+1)
  13. #define EOL (BOL+1)
  14. #define BOLEOL (BOL+2)
  15. #define NOTHING (BOL+3)
  16. #define BOW (BOL+4)
  17. #define EOW (BOL+5)
  18. #define CODEMAX (BOL+5) /* highest code used */
  19. #define NONCHAR(c) ((c) > CHAR_MAX)
  20. #define NNONCHAR (CODEMAX-CHAR_MAX)
  21. #ifdef REDEBUG
  22. static void print(struct match *m, char *caption, states st, int ch, FILE *d);
  23. #endif
  24. #ifdef REDEBUG
  25. static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
  26. #endif
  27. #ifdef REDEBUG
  28. static char *printchar(int ch,char *buf);
  29. #endif
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. /* ========= end header generated by ./mkh ========= */