Home
last modified time | relevance | path

Searched refs:POOL_INTERNAL_BUFFER (Results 1 – 12 of 12) sorted by relevance

/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/query_cache/
H A Dpool_memqcache.h139 } POOL_INTERNAL_BUFFER; typedef
149 POOL_INTERNAL_BUFFER *buffer;
151 POOL_INTERNAL_BUFFER *oids;
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/query_cache/
H A Dpool_memqcache.h146 } POOL_INTERNAL_BUFFER; typedef
157 POOL_INTERNAL_BUFFER *buffer;
159 POOL_INTERNAL_BUFFER *oids;
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/query_cache/
H A Dpool_memqcache.h139 } POOL_INTERNAL_BUFFER; typedef
149 POOL_INTERNAL_BUFFER *buffer;
151 POOL_INTERNAL_BUFFER *oids;
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/query_cache/
H A Dpool_memqcache.h147 } POOL_INTERNAL_BUFFER; typedef
158 POOL_INTERNAL_BUFFER *buffer;
160 POOL_INTERNAL_BUFFER *oids;
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/query_cache/
H A Dpool_memqcache.h147 } POOL_INTERNAL_BUFFER; typedef
158 POOL_INTERNAL_BUFFER *buffer;
160 POOL_INTERNAL_BUFFER *oids;
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/query_cache/
H A Dpool_memqcache.h147 } POOL_INTERNAL_BUFFER; typedef
158 POOL_INTERNAL_BUFFER *buffer;
160 POOL_INTERNAL_BUFFER *oids;
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/query_cache/
H A Dpool_memqcache.c88 static POOL_INTERNAL_BUFFER *pool_create_buffer(void);
89 static void pool_discard_buffer(POOL_INTERNAL_BUFFER *buffer);
93 static char *pool_get_buffer_pointer(POOL_INTERNAL_BUFFER *buffer);
96 static size_t pool_get_buffer_length(POOL_INTERNAL_BUFFER *buffer);
2962 POOL_INTERNAL_BUFFER *buffer; in pool_add_temp_query_cache()
3021 POOL_INTERNAL_BUFFER *buffer; in pool_add_oids_temp_query_cache()
3046 static POOL_INTERNAL_BUFFER *pool_create_buffer(void) in pool_create_buffer()
3048 POOL_INTERNAL_BUFFER *p; in pool_create_buffer()
3056 static void pool_discard_buffer(POOL_INTERNAL_BUFFER *buffer) in pool_discard_buffer()
3126 static size_t pool_get_buffer_length(POOL_INTERNAL_BUFFER *buffer) in pool_get_buffer_length()
[all …]
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/query_cache/
H A Dpool_memqcache.c88 static POOL_INTERNAL_BUFFER *pool_create_buffer(void);
89 static void pool_discard_buffer(POOL_INTERNAL_BUFFER *buffer);
93 static char *pool_get_buffer_pointer(POOL_INTERNAL_BUFFER *buffer);
96 static size_t pool_get_buffer_length(POOL_INTERNAL_BUFFER *buffer);
2961 POOL_INTERNAL_BUFFER *buffer; in pool_add_temp_query_cache()
3020 POOL_INTERNAL_BUFFER *buffer; in pool_add_oids_temp_query_cache()
3045 static POOL_INTERNAL_BUFFER *pool_create_buffer(void) in pool_create_buffer()
3047 POOL_INTERNAL_BUFFER *p; in pool_create_buffer()
3055 static void pool_discard_buffer(POOL_INTERNAL_BUFFER *buffer) in pool_discard_buffer()
3125 static size_t pool_get_buffer_length(POOL_INTERNAL_BUFFER *buffer) in pool_get_buffer_length()
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/query_cache/
H A Dpool_memqcache.c87 static POOL_INTERNAL_BUFFER * pool_create_buffer(void);
88 static void pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer);
92 static char *pool_get_buffer_pointer(POOL_INTERNAL_BUFFER * buffer);
3044 POOL_INTERNAL_BUFFER *buffer; in pool_add_temp_query_cache()
3105 POOL_INTERNAL_BUFFER *buffer; in pool_add_oids_temp_query_cache()
3130 static POOL_INTERNAL_BUFFER * pool_create_buffer(void) in pool_create_buffer()
3132 POOL_INTERNAL_BUFFER *p; in pool_create_buffer()
3142 pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer) in pool_discard_buffer()
3195 pool_get_buffer(POOL_INTERNAL_BUFFER * buffer, size_t *len) in pool_get_buffer()
3216 pool_get_buffer_length(POOL_INTERNAL_BUFFER * buffer) in pool_get_buffer_length()
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/query_cache/
H A Dpool_memqcache.c89 static POOL_INTERNAL_BUFFER * pool_create_buffer(void);
90 static void pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer);
94 static char *pool_get_buffer_pointer(POOL_INTERNAL_BUFFER * buffer);
3190 POOL_INTERNAL_BUFFER *buffer; in pool_add_temp_query_cache()
3251 POOL_INTERNAL_BUFFER *buffer; in pool_add_oids_temp_query_cache()
3276 static POOL_INTERNAL_BUFFER * pool_create_buffer(void) in pool_create_buffer()
3278 POOL_INTERNAL_BUFFER *p; in pool_create_buffer()
3288 pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer) in pool_discard_buffer()
3341 pool_get_buffer(POOL_INTERNAL_BUFFER * buffer, size_t *len) in pool_get_buffer()
3362 pool_get_buffer_length(POOL_INTERNAL_BUFFER * buffer) in pool_get_buffer_length()
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/query_cache/
H A Dpool_memqcache.c85 static POOL_INTERNAL_BUFFER * pool_create_buffer(void);
86 static void pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer);
90 static char *pool_get_buffer_pointer(POOL_INTERNAL_BUFFER * buffer);
3163 POOL_INTERNAL_BUFFER *buffer; in pool_add_temp_query_cache()
3224 POOL_INTERNAL_BUFFER *buffer; in pool_add_oids_temp_query_cache()
3249 static POOL_INTERNAL_BUFFER * pool_create_buffer(void) in pool_create_buffer()
3251 POOL_INTERNAL_BUFFER *p; in pool_create_buffer()
3261 pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer) in pool_discard_buffer()
3314 pool_get_buffer(POOL_INTERNAL_BUFFER * buffer, size_t *len) in pool_get_buffer()
3335 pool_get_buffer_length(POOL_INTERNAL_BUFFER * buffer) in pool_get_buffer_length()
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/query_cache/
H A Dpool_memqcache.c89 static POOL_INTERNAL_BUFFER * pool_create_buffer(void);
90 static void pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer);
94 static char *pool_get_buffer_pointer(POOL_INTERNAL_BUFFER * buffer);
3190 POOL_INTERNAL_BUFFER *buffer; in pool_add_temp_query_cache()
3251 POOL_INTERNAL_BUFFER *buffer; in pool_add_oids_temp_query_cache()
3276 static POOL_INTERNAL_BUFFER * pool_create_buffer(void) in pool_create_buffer()
3278 POOL_INTERNAL_BUFFER *p; in pool_create_buffer()
3288 pool_discard_buffer(POOL_INTERNAL_BUFFER * buffer) in pool_discard_buffer()
3341 pool_get_buffer(POOL_INTERNAL_BUFFER * buffer, size_t *len) in pool_get_buffer()
3362 pool_get_buffer_length(POOL_INTERNAL_BUFFER * buffer) in pool_get_buffer_length()
[all …]