fc               2110 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               2133 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               2140 ext/pcre/pcrelib/pcre_exec.c       if (fc < 128)
fc               2156 ext/pcre/pcrelib/pcre_exec.c         if (fc != dc)
fc               2159 ext/pcre/pcrelib/pcre_exec.c           if (dc != _pcre_ucp_othercase(fc))
fc               2238 ext/pcre/pcrelib/pcre_exec.c       GETCHARLEN(fc, ecode, length);
fc               2250 ext/pcre/pcrelib/pcre_exec.c             (othercase = _pcre_ucp_othercase(fc)) != NOTACHAR)
fc               2342 ext/pcre/pcrelib/pcre_exec.c       fc = *ecode++;
fc               2354 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               2359 ext/pcre/pcrelib/pcre_exec.c       fc = md->lcc[fc];
fc               2361 ext/pcre/pcrelib/pcre_exec.c         if (fc != md->lcc[*eptr++]) RRETURN(MATCH_NOMATCH);
fc               2370 ext/pcre/pcrelib/pcre_exec.c               fc != md->lcc[*eptr++])
fc               2380 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject || fc != md->lcc[*eptr]) break;
fc               2399 ext/pcre/pcrelib/pcre_exec.c       for (i = 1; i <= min; i++) if (fc != *eptr++) RRETURN(MATCH_NOMATCH);
fc               2407 ext/pcre/pcrelib/pcre_exec.c           if (fi >= max || eptr >= md->end_subject || fc != *eptr++)
fc               2417 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject || fc != *eptr) break;
fc               2519 ext/pcre/pcrelib/pcre_exec.c     fc = *ecode++;
fc               2529 ext/pcre/pcrelib/pcre_exec.c     DPRINTF(("negative matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               2534 ext/pcre/pcrelib/pcre_exec.c       fc = md->lcc[fc];
fc               2545 ext/pcre/pcrelib/pcre_exec.c           if (fc == d) RRETURN(MATCH_NOMATCH);
fc               2554 ext/pcre/pcrelib/pcre_exec.c           if (fc == md->lcc[*eptr++]) RRETURN(MATCH_NOMATCH);
fc               2572 ext/pcre/pcrelib/pcre_exec.c             if (fi >= max || eptr >= md->end_subject || fc == d)
fc               2584 ext/pcre/pcrelib/pcre_exec.c             if (fi >= max || eptr >= md->end_subject || fc == md->lcc[*eptr++])
fc               2608 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) break;
fc               2626 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject || fc == md->lcc[*eptr]) break;
fc               2655 ext/pcre/pcrelib/pcre_exec.c           if (fc == d) RRETURN(MATCH_NOMATCH);
fc               2663 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               2680 ext/pcre/pcrelib/pcre_exec.c             if (fi >= max || eptr >= md->end_subject || fc == d)
fc               2692 ext/pcre/pcrelib/pcre_exec.c             if (fi >= max || eptr >= md->end_subject || fc == *eptr++)
fc               2715 ext/pcre/pcrelib/pcre_exec.c             if (fc == d) break;
fc               2733 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject || fc == *eptr) break;
fc                307 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.size = sizeof(fc->fci);
fc                308 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.function_table = EG(function_table);
fc                309 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.function_name = cb;
fc                310 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.symbol_table = NULL;
fc                311 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.object_pp = NULL;
fc                312 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.retval_ptr_ptr = &retval;
fc                313 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.param_count = fake_argc;
fc                363 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.params = zargs;
fc                366 ext/pdo_sqlite/sqlite_driver.c 	if ((ret = zend_call_function(&fc->fci, &fc->fcc TSRMLS_CC)) == FAILURE) {