fc               3233 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3270 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3277 ext/pcre/pcrelib/pcre_exec.c       if (fc < 128)
fc               3280 ext/pcre/pcrelib/pcre_exec.c         if (md->lcc[fc] != TABLE_GET(cc, md->lcc, cc)) RRETURN(MATCH_NOMATCH);
fc               3298 ext/pcre/pcrelib/pcre_exec.c         if (fc != dc)
fc               3301 ext/pcre/pcrelib/pcre_exec.c           if (dc != UCD_OTHERCASE(fc))
fc               3407 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3418 ext/pcre/pcrelib/pcre_exec.c             (othercase = UCD_OTHERCASE(fc)) != fc)
fc               3507 ext/pcre/pcrelib/pcre_exec.c       fc = *ecode++;
fc               3518 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               3525 ext/pcre/pcrelib/pcre_exec.c       foc = md->fcc[fc];
fc               3529 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3530 ext/pcre/pcrelib/pcre_exec.c         foc = UCD_OTHERCASE(fc);
fc               3532 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3533 ext/pcre/pcrelib/pcre_exec.c         foc = fc;
fc               3537 ext/pcre/pcrelib/pcre_exec.c         foc = TABLE_GET(fc, md->fcc, fc);
fc               3549 ext/pcre/pcrelib/pcre_exec.c         if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH);
fc               3567 ext/pcre/pcrelib/pcre_exec.c           if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH);
fc               3584 ext/pcre/pcrelib/pcre_exec.c           if (fc != cc && foc != cc) break;
fc               3610 ext/pcre/pcrelib/pcre_exec.c         if (fc != UCHAR21INCTEST(eptr)) RRETURN(MATCH_NOMATCH);
fc               3627 ext/pcre/pcrelib/pcre_exec.c           if (fc != UCHAR21INCTEST(eptr)) RRETURN(MATCH_NOMATCH);
fc               3641 ext/pcre/pcrelib/pcre_exec.c           if (fc != UCHAR21TEST(eptr)) break;
fc               3781 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(fc, ecode);
fc               3791 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("negative matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               3798 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3799 ext/pcre/pcrelib/pcre_exec.c         foc = UCD_OTHERCASE(fc);
fc               3801 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3802 ext/pcre/pcrelib/pcre_exec.c         foc = fc;
fc               3806 ext/pcre/pcrelib/pcre_exec.c         foc = TABLE_GET(fc, md->fcc, fc);
fc               3820 ext/pcre/pcrelib/pcre_exec.c           if (fc == d || (unsigned int)foc == d) RRETURN(MATCH_NOMATCH);
fc               3834 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
fc               3858 ext/pcre/pcrelib/pcre_exec.c             if (fc == d || (unsigned int)foc == d) RRETURN(MATCH_NOMATCH);
fc               3875 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
fc               3901 ext/pcre/pcrelib/pcre_exec.c             if (fc == d || (unsigned int)foc == d) break;
fc               3925 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) break;
fc               3957 ext/pcre/pcrelib/pcre_exec.c           if (fc == d) RRETURN(MATCH_NOMATCH);
fc               3971 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               3994 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) RRETURN(MATCH_NOMATCH);
fc               4011 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               4036 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) break;
fc               4060 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr) break;
fc                120 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c #define FC(fc)		((fc) << 6)
fc                 54 ext/pdo_sqlite/php_pdo_sqlite_int.h 	struct pdo_sqlite_fci fc;
fc                328 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.size = sizeof(fc->fci);
fc                329 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.function_table = EG(function_table);
fc                330 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.function_name = cb;
fc                331 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.symbol_table = NULL;
fc                332 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.object_ptr = NULL;
fc                333 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.retval_ptr_ptr = &retval;
fc                334 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.param_count = fake_argc;
fc                384 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.params = zargs;
fc                387 ext/pdo_sqlite/sqlite_driver.c 	if ((ret = zend_call_function(&fc->fci, &fc->fcc TSRMLS_CC)) == FAILURE) {
fc                492 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.size = sizeof(collation->fc.fci);
fc                493 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.function_table = EG(function_table);
fc                494 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.function_name = collation->callback;
fc                495 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.symbol_table = NULL;
fc                496 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.object_ptr = NULL;
fc                497 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.retval_ptr_ptr = &retval;
fc                506 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.param_count = 2;
fc                507 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.params = zargs;
fc                509 ext/pdo_sqlite/sqlite_driver.c 	if ((ret = zend_call_function(&collation->fc.fci, &collation->fc.fcc TSRMLS_CC)) == FAILURE) {
fc                698 ext/sqlite3/sqlite3.c 	fc->fci.size = sizeof(fc->fci);
fc                699 ext/sqlite3/sqlite3.c 	fc->fci.function_table = EG(function_table);
fc                700 ext/sqlite3/sqlite3.c 	fc->fci.function_name = cb;
fc                701 ext/sqlite3/sqlite3.c 	fc->fci.symbol_table = NULL;
fc                702 ext/sqlite3/sqlite3.c 	fc->fci.object_ptr = NULL;
fc                703 ext/sqlite3/sqlite3.c 	fc->fci.retval_ptr_ptr = &retval;
fc                704 ext/sqlite3/sqlite3.c 	fc->fci.param_count = fake_argc;
fc                756 ext/sqlite3/sqlite3.c 	fc->fci.params = zargs;
fc                758 ext/sqlite3/sqlite3.c 	if ((ret = zend_call_function(&fc->fci, &fc->fcc TSRMLS_CC)) == FAILURE) {