Home
last modified time | relevance | path

Searched refs:fcache (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/mail/exmh2/exmh-2.9.0/lib/
H A Dfcache.tcl82 set fcache(folders) $fcache(sticky)
83 set fcache(LRU) $fcache(sticky)
85 set fcache(enabled) [expr $fcache(lines) > 0]
86 set fcache(lastLines) $fcache(lines)
89 set fcache(LRU) $fcache(folders)
92 set fcache(LRU) $fcache(folders)
196 } elseif {$fcache(lastLines) != $fcache(lines)} {
206 set fcache(lastLines) $fcache(lines)
228 puts $out [list set fcache(LRU) $fcache(LRU)]
263 set fcache(LRU) [lreplace $fcache(LRU) $ix $ix]
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A Dfunctions.c644 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
792 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
805 fcache, in init_sql_fcache()
848 fcache->src, in postquel_start()
888 fcache->src, in postquel_getnext()
1007 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1074 if (fcache != NULL) in fmgr_sql()
1082 fcache = NULL; in fmgr_sql()
1086 if (fcache == NULL) in fmgr_sql()
1406 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A Dfunctions.c644 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
792 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
805 fcache, in init_sql_fcache()
848 fcache->src, in postquel_start()
888 fcache->src, in postquel_getnext()
1007 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1074 if (fcache != NULL) in fmgr_sql()
1082 fcache = NULL; in fmgr_sql()
1086 if (fcache == NULL) in fmgr_sql()
1406 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A Dfunctions.c659 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval);
775 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype))
788 fcache,
831 fcache->src,
871 fcache->src,
989 value = datumCopy(value, fcache->typbyval, fcache->typlen);
1056 if (fcache != NULL)
1064 fcache = NULL;
1068 if (fcache == NULL)
1388 if (fcache == NULL || fcache->fname == NULL)
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A Dfunctions.c644 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
792 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
805 fcache, in init_sql_fcache()
848 fcache->src, in postquel_start()
888 fcache->src, in postquel_getnext()
1007 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1074 if (fcache != NULL) in fmgr_sql()
1082 fcache = NULL; in fmgr_sql()
1086 if (fcache == NULL) in fmgr_sql()
1406 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A Dfunctions.c644 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
792 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
805 fcache, in init_sql_fcache()
848 fcache->src, in postquel_start()
888 fcache->src, in postquel_getnext()
1007 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1074 if (fcache != NULL) in fmgr_sql()
1082 fcache = NULL; in fmgr_sql()
1086 if (fcache == NULL) in fmgr_sql()
1406 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A Dfunctions.c659 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in tts_minimal_copy_heap_tuple()
775 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in tts_minimal_copy_heap_tuple()
788 fcache, in tts_minimal_copy_heap_tuple()
831 fcache->src,
871 fcache->src, in tts_buffer_heap_store_tuple()
989 value = datumCopy(value, fcache->typbyval, fcache->typlen);
1056 if (fcache != NULL)
1064 fcache = NULL;
1068 if (fcache == NULL)
1388 if (fcache == NULL || fcache->fname == NULL)
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A Dfunctions.c644 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval);
792 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype))
805 fcache,
848 fcache->src,
888 fcache->src,
1007 value = datumCopy(value, fcache->typbyval, fcache->typlen);
1074 if (fcache != NULL)
1082 fcache = NULL;
1086 if (fcache == NULL)
1406 if (fcache == NULL || fcache->fname == NULL)
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A Dfunctions.c659 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
775 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
788 fcache, in init_sql_fcache()
831 fcache->src, in postquel_start()
871 fcache->src, in postquel_getnext()
989 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1056 if (fcache != NULL) in fmgr_sql()
1064 fcache = NULL; in fmgr_sql()
1068 if (fcache == NULL) in fmgr_sql()
1388 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A Dfunctions.c644 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
792 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
805 fcache, in init_sql_fcache()
848 fcache->src, in postquel_start()
888 fcache->src, in postquel_getnext()
1007 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1074 if (fcache != NULL) in fmgr_sql()
1082 fcache = NULL; in fmgr_sql()
1086 if (fcache == NULL) in fmgr_sql()
1406 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A Dfunctions.c644 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
792 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
805 fcache, in init_sql_fcache()
848 fcache->src, in postquel_start()
888 fcache->src, in postquel_getnext()
1007 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1074 if (fcache != NULL) in fmgr_sql()
1082 fcache = NULL; in fmgr_sql()
1086 if (fcache == NULL) in fmgr_sql()
1406 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A Dfunctions.c659 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval);
775 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype))
788 fcache,
831 fcache->src,
871 fcache->src,
989 value = datumCopy(value, fcache->typbyval, fcache->typlen);
1056 if (fcache != NULL)
1064 fcache = NULL;
1068 if (fcache == NULL)
1388 if (fcache == NULL || fcache->fname == NULL)
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A Dfunctions.c659 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
775 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
788 fcache, in init_sql_fcache()
831 fcache->src, in postquel_start()
871 fcache->src, in postquel_getnext()
989 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1056 if (fcache != NULL) in fmgr_sql()
1064 fcache = NULL; in fmgr_sql()
1068 if (fcache == NULL) in fmgr_sql()
1388 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A Dfunctions.c659 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
775 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
788 fcache, in init_sql_fcache()
831 fcache->src, in postquel_start()
871 fcache->src, in postquel_getnext()
989 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1056 if (fcache != NULL) in fmgr_sql()
1064 fcache = NULL; in fmgr_sql()
1068 if (fcache == NULL) in fmgr_sql()
1388 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A Dfunctions.c659 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
775 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
788 fcache, in init_sql_fcache()
831 fcache->src, in postquel_start()
871 fcache->src, in postquel_getnext()
989 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1056 if (fcache != NULL) in fmgr_sql()
1064 fcache = NULL; in fmgr_sql()
1068 if (fcache == NULL) in fmgr_sql()
1388 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c657 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
749 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
762 fcache, in init_sql_fcache()
806 fcache->src, in postquel_start()
853 fcache->src, in postquel_getnext()
980 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1047 if (fcache != NULL) in fmgr_sql()
1055 fcache = NULL; in fmgr_sql()
1059 if (fcache == NULL) in fmgr_sql()
1379 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c657 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
749 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
762 fcache, in init_sql_fcache()
806 fcache->src, in postquel_start()
853 fcache->src, in postquel_getnext()
980 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1047 if (fcache != NULL) in fmgr_sql()
1055 fcache = NULL; in fmgr_sql()
1059 if (fcache == NULL) in fmgr_sql()
1379 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c657 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
749 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
762 fcache, in init_sql_fcache()
806 fcache->src, in postquel_start()
853 fcache->src, in postquel_getnext()
980 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1047 if (fcache != NULL) in fmgr_sql()
1055 fcache = NULL; in fmgr_sql()
1059 if (fcache == NULL) in fmgr_sql()
1379 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c657 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
749 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
762 fcache, in init_sql_fcache()
806 fcache->src, in postquel_start()
853 fcache->src, in postquel_getnext()
980 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1047 if (fcache != NULL) in fmgr_sql()
1055 fcache = NULL; in fmgr_sql()
1059 if (fcache == NULL) in fmgr_sql()
1379 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c657 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
749 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
762 fcache, in init_sql_fcache()
806 fcache->src, in postquel_start()
853 fcache->src, in postquel_getnext()
980 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1047 if (fcache != NULL) in fmgr_sql()
1055 fcache = NULL; in fmgr_sql()
1059 if (fcache == NULL) in fmgr_sql()
1379 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c657 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
749 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
762 fcache, in init_sql_fcache()
806 fcache->src, in postquel_start()
853 fcache->src, in postquel_getnext()
980 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1047 if (fcache != NULL) in fmgr_sql()
1055 fcache = NULL; in fmgr_sql()
1059 if (fcache == NULL) in fmgr_sql()
1379 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c657 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
749 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
762 fcache, in init_sql_fcache()
806 fcache->src, in postquel_start()
853 fcache->src, in postquel_getnext()
980 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1047 if (fcache != NULL) in fmgr_sql()
1055 fcache = NULL; in fmgr_sql()
1059 if (fcache == NULL) in fmgr_sql()
1379 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A Dfunctions.c663 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
758 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
771 fcache, in init_sql_fcache()
814 fcache->src, in postquel_start()
854 fcache->src, in postquel_getnext()
983 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1050 if (fcache != NULL) in fmgr_sql()
1058 fcache = NULL; in fmgr_sql()
1062 if (fcache == NULL) in fmgr_sql()
1382 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A Dfunctions.c663 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
758 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
771 fcache, in init_sql_fcache()
814 fcache->src, in postquel_start()
854 fcache->src, in postquel_getnext()
983 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1050 if (fcache != NULL) in fmgr_sql()
1058 fcache = NULL; in fmgr_sql()
1062 if (fcache == NULL) in fmgr_sql()
1382 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A Dfunctions.c663 get_typlenbyval(rettype, &fcache->typlen, &fcache->typbyval); in init_sql_fcache()
758 else if (fcache->returnsSet && type_is_rowtype(fcache->rettype)) in init_sql_fcache()
771 fcache, in init_sql_fcache()
814 fcache->src, in postquel_start()
854 fcache->src, in postquel_getnext()
983 value = datumCopy(value, fcache->typbyval, fcache->typlen); in postquel_get_single_result()
1050 if (fcache != NULL) in fmgr_sql()
1058 fcache = NULL; in fmgr_sql()
1062 if (fcache == NULL) in fmgr_sql()
1382 if (fcache == NULL || fcache->fname == NULL) in sql_exec_error_callback()
[all …]

12345678910>>...20