fc               3147 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3184 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3191 ext/pcre/pcrelib/pcre_exec.c       if (fc < 128)
fc               3194 ext/pcre/pcrelib/pcre_exec.c         if (md->lcc[fc] != TABLE_GET(cc, md->lcc, cc)) RRETURN(MATCH_NOMATCH);
fc               3212 ext/pcre/pcrelib/pcre_exec.c         if (fc != dc)
fc               3215 ext/pcre/pcrelib/pcre_exec.c           if (dc != UCD_OTHERCASE(fc))
fc               3306 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               3317 ext/pcre/pcrelib/pcre_exec.c             (othercase = UCD_OTHERCASE(fc)) != fc)
fc               3407 ext/pcre/pcrelib/pcre_exec.c       fc = *ecode++;
fc               3418 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               3425 ext/pcre/pcrelib/pcre_exec.c       foc = md->fcc[fc];
fc               3429 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3430 ext/pcre/pcrelib/pcre_exec.c         foc = UCD_OTHERCASE(fc);
fc               3432 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3433 ext/pcre/pcrelib/pcre_exec.c         foc = fc;
fc               3437 ext/pcre/pcrelib/pcre_exec.c         foc = TABLE_GET(fc, md->fcc, fc);
fc               3450 ext/pcre/pcrelib/pcre_exec.c         if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH);
fc               3469 ext/pcre/pcrelib/pcre_exec.c           if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH);
fc               3487 ext/pcre/pcrelib/pcre_exec.c           if (fc != cc && foc != cc) break;
fc               3515 ext/pcre/pcrelib/pcre_exec.c         if (fc != RAWUCHARINCTEST(eptr)) RRETURN(MATCH_NOMATCH);
fc               3532 ext/pcre/pcrelib/pcre_exec.c           if (fc != RAWUCHARINCTEST(eptr)) RRETURN(MATCH_NOMATCH);
fc               3546 ext/pcre/pcrelib/pcre_exec.c           if (fc != RAWUCHARTEST(eptr)) break;
fc               3686 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(fc, ecode);
fc               3696 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("negative matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               3703 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3704 ext/pcre/pcrelib/pcre_exec.c         foc = UCD_OTHERCASE(fc);
fc               3706 ext/pcre/pcrelib/pcre_exec.c       if (utf && fc > 127)
fc               3707 ext/pcre/pcrelib/pcre_exec.c         foc = fc;
fc               3711 ext/pcre/pcrelib/pcre_exec.c         foc = TABLE_GET(fc, md->fcc, fc);
fc               3725 ext/pcre/pcrelib/pcre_exec.c           if (fc == d || (unsigned int)foc == d) RRETURN(MATCH_NOMATCH);
fc               3739 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
fc               3763 ext/pcre/pcrelib/pcre_exec.c             if (fc == d || (unsigned int)foc == d) RRETURN(MATCH_NOMATCH);
fc               3780 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
fc               3806 ext/pcre/pcrelib/pcre_exec.c             if (fc == d || (unsigned int)foc == d) break;
fc               3829 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) break;
fc               3862 ext/pcre/pcrelib/pcre_exec.c           if (fc == d) RRETURN(MATCH_NOMATCH);
fc               3876 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               3899 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) RRETURN(MATCH_NOMATCH);
fc               3916 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               3941 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) break;
fc               3964 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr) break;
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) {