Home
last modified time | relevance | path

Searched defs:fcache (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/audio/festival/festival/src/arch/festival/
H A Dwagon_interp.cc57 EST_TKVL <EST_String,EST_Val> *fcache; in wagon_predict() local
78 EST_TKVL <EST_String,EST_Val> *fcache; in wagon_pd() local
89 EST_TKVL <EST_String,EST_Val> *fcache) in l_wagon_predict()
102 EST_TKVL <EST_String,EST_Val> *fcache) in wagon_ask()
177 EST_TKVL <EST_String,EST_Val> *fcache; in l_wagon() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dinput.c29 struct fcache struct
32 struct line_info
59 unsigned use_count;
61 const char *file_path;
63 FILE *fp;
67 char *data;
70 size_t size;
97 record is fcache_line_record_size, so that the memory consumption argument
102 fcache (); argument
334 fcache::fcache () in fcache() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dinput.c28 struct fcache struct
31 struct line_info
58 unsigned use_count;
60 const char *file_path;
62 FILE *fp;
66 char *data;
69 size_t size;
96 record is fcache_line_record_size, so that the memory consumption argument
101 fcache (); argument
333 fcache::fcache () in fcache() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dinput.c28 struct fcache struct
31 struct line_info
58 unsigned use_count;
60 const char *file_path;
62 FILE *fp;
66 char *data;
69 size_t size;
96 record is fcache_line_record_size, so that the memory consumption argument
101 fcache (); argument
333 fcache::fcache () in fcache() function
/dports/graphics/libvisual04/libvisual-0.4.0/libvisual/
H A Dlv_fourier.c108 static void fft_table_bitrev_init (DFTCacheEntry *fcache, VisDFT *fourier) in fft_table_bitrev_init()
136 static void fft_table_cossin_init (DFTCacheEntry *fcache, VisDFT *fourier) in fft_table_cossin_init()
166 static void dft_table_cossin_init (DFTCacheEntry *fcache, VisDFT *fourier) in dft_table_cossin_init()
206 DFTCacheEntry *fcache = DFT_CACHE_ENTRY (object); in dft_cache_destroyer() local
226 DFTCacheEntry *fcache; in dft_cache_get() local
378 DFTCacheEntry *fcache; in perform_dft_brute_force() local
410 DFTCacheEntry *fcache; in perform_fft_radix2_dit() local
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c473 SQLFunctionCachePtr fcache, in init_execution_state()
598 SQLFunctionCachePtr fcache; in init_sql_fcache() local
776 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
899 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
951 SQLFunctionCachePtr fcache, in postquel_get_single_result()
994 SQLFunctionCachePtr fcache; in fmgr_sql() local
1372 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1453 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c473 SQLFunctionCachePtr fcache, in init_execution_state()
598 SQLFunctionCachePtr fcache; in init_sql_fcache() local
776 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
899 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
951 SQLFunctionCachePtr fcache, in postquel_get_single_result()
994 SQLFunctionCachePtr fcache; in fmgr_sql() local
1372 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1453 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c473 SQLFunctionCachePtr fcache, in init_execution_state()
598 SQLFunctionCachePtr fcache; in init_sql_fcache() local
776 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
899 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
951 SQLFunctionCachePtr fcache, in postquel_get_single_result()
994 SQLFunctionCachePtr fcache; in fmgr_sql() local
1372 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1453 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A Dfunctions.c474 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
781 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
897 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
949 SQLFunctionCachePtr fcache, in postquel_get_single_result()
992 SQLFunctionCachePtr fcache; in fmgr_sql() local
1370 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1451 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A Dfunctions.c474 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
781 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
897 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
949 SQLFunctionCachePtr fcache, in postquel_get_single_result()
992 SQLFunctionCachePtr fcache; in fmgr_sql() local
1370 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1451 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A Dfunctions.c474 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
781 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
897 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
949 SQLFunctionCachePtr fcache, in postquel_get_single_result()
992 SQLFunctionCachePtr fcache; in fmgr_sql() local
1370 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1451 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A Dfunctions.c474 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
781 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
897 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
949 SQLFunctionCachePtr fcache, in postquel_get_single_result()
992 SQLFunctionCachePtr fcache; in fmgr_sql() local
1370 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1451 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A Dfunctions.c474 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
781 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
897 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
949 SQLFunctionCachePtr fcache, in postquel_get_single_result()
992 SQLFunctionCachePtr fcache; in fmgr_sql() local
1370 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1451 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A Dfunctions.c474 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
781 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
897 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
949 SQLFunctionCachePtr fcache, in postquel_get_single_result()
992 SQLFunctionCachePtr fcache; in fmgr_sql() local
1370 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1451 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A Dfunctions.c474 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
781 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
897 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
949 SQLFunctionCachePtr fcache, in postquel_get_single_result()
992 SQLFunctionCachePtr fcache; in fmgr_sql() local
1370 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1451 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c473 SQLFunctionCachePtr fcache, in init_execution_state()
598 SQLFunctionCachePtr fcache; in init_sql_fcache() local
776 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
899 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
951 SQLFunctionCachePtr fcache, in postquel_get_single_result()
994 SQLFunctionCachePtr fcache; in fmgr_sql() local
1372 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1453 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/i18n/
H A Dfr_FR.ts481 <location line="+1"/>
608 <translation>Maltais</translation>
803 <translation>Papiamento</translation>
866 <location line="+1"/>
867 <source>Kannada</source>
918 <translation>Peul</translation>
919 </message>
959 </message>
1004 <location line="+7"/>
1381 <source>Service Details</source>
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c473 SQLFunctionCachePtr fcache, in init_execution_state()
598 SQLFunctionCachePtr fcache; in init_sql_fcache() local
776 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
899 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
951 SQLFunctionCachePtr fcache, in postquel_get_single_result()
994 SQLFunctionCachePtr fcache; in fmgr_sql() local
1372 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1453 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c473 SQLFunctionCachePtr fcache, in init_execution_state()
598 SQLFunctionCachePtr fcache; in init_sql_fcache() local
776 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
899 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
951 SQLFunctionCachePtr fcache, in postquel_get_single_result()
994 SQLFunctionCachePtr fcache; in fmgr_sql() local
1372 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1453 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c473 SQLFunctionCachePtr fcache, in init_execution_state()
598 SQLFunctionCachePtr fcache; in init_sql_fcache() local
776 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
843 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
899 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
951 SQLFunctionCachePtr fcache, in postquel_get_single_result()
994 SQLFunctionCachePtr fcache; in fmgr_sql() local
1372 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1453 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/rastream/
H A Drastream.c599 struct ArgusFileCacheStruct *fcache; in RaParseComplete() local
750 struct ArgusFileCacheStruct *fcache = NULL; in ArgusClientTimeout() local
1083 struct ArgusFileCacheStruct *fcache = NULL; in RaSendArgusRecord() local
1549 ArgusFindFilename(struct ArgusParserStruct *parser, struct ArgusFileCacheStruct *fcache, char *file… in ArgusFindFilename()
1566 ArgusAddFilename(struct ArgusParserStruct *parser, struct ArgusFileCacheStruct *fcache, char *filen… in ArgusAddFilename()
1589 ArgusRemoveFilename(struct ArgusFileCacheStruct *fcache, struct ArgusWfileStruct *tfile, char *file… in ArgusRemoveFilename()
1638 ArgusProcessFileCache(struct ArgusFileCacheStruct *fcache) in ArgusProcessFileCache()
1667 ArgusDeleteFileCache(struct ArgusFileCacheStruct *fcache) in ArgusDeleteFileCache()
1680 ArgusFindTimeInFileCache(struct ArgusFileCacheStruct *fcache, time_t secs) in ArgusFindTimeInFileCache()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A Dfunctions.c475 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
785 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
847 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
901 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
954 SQLFunctionCachePtr fcache, in postquel_get_single_result()
997 SQLFunctionCachePtr fcache; in fmgr_sql() local
1375 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1456 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A Dfunctions.c475 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
785 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
847 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
901 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
954 SQLFunctionCachePtr fcache, in postquel_get_single_result()
997 SQLFunctionCachePtr fcache; in fmgr_sql() local
1375 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1456 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A Dfunctions.c475 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
785 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
847 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
901 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
954 SQLFunctionCachePtr fcache, in postquel_get_single_result()
997 SQLFunctionCachePtr fcache; in fmgr_sql() local
1375 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1456 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A Dfunctions.c475 SQLFunctionCachePtr fcache, in init_execution_state()
602 SQLFunctionCachePtr fcache; in init_sql_fcache() local
785 postquel_start(execution_state *es, SQLFunctionCachePtr fcache) in postquel_start()
847 postquel_getnext(execution_state *es, SQLFunctionCachePtr fcache) in postquel_getnext()
901 postquel_sub_params(SQLFunctionCachePtr fcache, in postquel_sub_params()
954 SQLFunctionCachePtr fcache, in postquel_get_single_result()
997 SQLFunctionCachePtr fcache; in fmgr_sql() local
1375 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) flinfo->fn_extra; in sql_exec_error_callback() local
1456 SQLFunctionCachePtr fcache = (SQLFunctionCachePtr) DatumGetPointer(arg); in ShutdownSQLFunction() local

123456789