Home
last modified time | relevance | path

Searched refs:newcache (Results 1 – 25 of 105) sorted by relevance

12345

/dports/databases/gdbm/gdbm-1.22/src/
H A Dbucket.c367 switch (cache_lookup (dbf, adr_1, newcache[0], &newcache[1])) in _gdbm_split_bucket()
464 newcache[0]->ca_bucket->av_count--; in _gdbm_split_bucket()
485 newcache[0]->ca_changed = TRUE; in _gdbm_split_bucket()
486 newcache[1]->ca_changed = TRUE; in _gdbm_split_bucket()
502 cache_elem *t = newcache[0]; in _gdbm_split_bucket()
503 newcache[0] = newcache[1]; in _gdbm_split_bucket()
504 newcache[1] = t; in _gdbm_split_bucket()
508 newcache[1]->ca_bucket->bucket_avail, in _gdbm_split_bucket()
509 &newcache[1]->ca_bucket->av_count, in _gdbm_split_bucket()
511 lru_unlink_elem (dbf, newcache[0]); in _gdbm_split_bucket()
[all …]
/dports/devel/st/st-1.9/extensions/
H A Dlrucache.c60 stx_cache_t *newcache; in stx_cache_create() local
63 if (newcache == NULL) in stx_cache_create()
67 if (newcache->table == NULL) { in stx_cache_create()
68 free(newcache); in stx_cache_create()
72 newcache->max_size = max_size; in stx_cache_create()
73 newcache->max_weight = max_weight; in stx_cache_create()
74 newcache->hash_size = hash_size; in stx_cache_create()
76 newcache->key_hash_fn = key_hash_fn; in stx_cache_create()
77 newcache->key_cmp_fn = key_cmp_fn; in stx_cache_create()
78 newcache->cleanup_fn = cleanup_fn; in stx_cache_create()
[all …]
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/scripts/
H A Dsync-remote-caldav.php201 $newcache = (object) array( 'server_ctag' => $calendar->getctag, variable
223 $newcache->server_etags[$fname] = $etag;
232 $newcache->server_etags[$fname] = $etag;
278 $newcache->local_etags[$fname] = $local->dav_etag;
350 unset($newcache->local_etags[$fname]);
362 $newcache->local_etags[$fname] = md5($event);
378 unset($newcache->server_etags[$fname]);
405 $newcache->server_etags[$href] = $new_etag;
409 if ( isset($force_ctag) ) $newcache->server_ctag = $force_ctag;
416 fwrite( $cache_file, serialize($newcache) );
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pg_trgm/
H A Dtrgm_gist.c215 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
264 newcache->strategy = strategy; in gtrgm_consistent()
265 newcache->query = (text *) in gtrgm_consistent()
270 newcache->trigrams = (TRGM *) in gtrgm_consistent()
277 newcache->trigrams = NULL; in gtrgm_consistent()
278 newcache->graph = graph; in gtrgm_consistent()
283 cache = newcache; in gtrgm_consistent()
447 char *newcache; in gtrgm_distance() local
461 cache = newcache; in gtrgm_distance()
693 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pg_trgm/
H A Dtrgm_gist.c215 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
264 newcache->strategy = strategy; in gtrgm_consistent()
265 newcache->query = (text *) in gtrgm_consistent()
270 newcache->trigrams = (TRGM *) in gtrgm_consistent()
277 newcache->trigrams = NULL; in gtrgm_consistent()
278 newcache->graph = graph; in gtrgm_consistent()
283 cache = newcache; in gtrgm_consistent()
447 char *newcache; in gtrgm_distance() local
461 cache = newcache; in gtrgm_distance()
693 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pg_trgm/
H A Dtrgm_gist.c215 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
264 newcache->strategy = strategy; in gtrgm_consistent()
265 newcache->query = (text *) in gtrgm_consistent()
270 newcache->trigrams = (TRGM *) in gtrgm_consistent()
277 newcache->trigrams = NULL; in gtrgm_consistent()
278 newcache->graph = graph; in gtrgm_consistent()
283 cache = newcache; in gtrgm_consistent()
447 char *newcache; in gtrgm_distance() local
461 cache = newcache; in gtrgm_distance()
693 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
265 newcache->strategy = strategy; in gtrgm_consistent()
266 newcache->query = (text *) in gtrgm_consistent()
271 newcache->trigrams = (TRGM *) in gtrgm_consistent()
278 newcache->trigrams = NULL; in gtrgm_consistent()
279 newcache->graph = graph; in gtrgm_consistent()
284 cache = newcache; in gtrgm_consistent()
448 char *newcache; in gtrgm_distance() local
462 cache = newcache; in gtrgm_distance()
694 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
265 newcache->strategy = strategy; in gtrgm_consistent()
266 newcache->query = (text *) in gtrgm_consistent()
271 newcache->trigrams = (TRGM *) in gtrgm_consistent()
278 newcache->trigrams = NULL; in gtrgm_consistent()
279 newcache->graph = graph; in gtrgm_consistent()
284 cache = newcache; in gtrgm_consistent()
448 char *newcache; in gtrgm_distance() local
462 cache = newcache; in gtrgm_distance()
694 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
265 newcache->strategy = strategy; in gtrgm_consistent()
266 newcache->query = (text *) in gtrgm_consistent()
271 newcache->trigrams = (TRGM *) in gtrgm_consistent()
278 newcache->trigrams = NULL; in gtrgm_consistent()
279 newcache->graph = graph; in gtrgm_consistent()
284 cache = newcache; in gtrgm_consistent()
448 char *newcache; in gtrgm_distance() local
462 cache = newcache; in gtrgm_distance()
694 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
265 newcache->strategy = strategy; in gtrgm_consistent()
266 newcache->query = (text *) in gtrgm_consistent()
271 newcache->trigrams = (TRGM *) in gtrgm_consistent()
278 newcache->trigrams = NULL; in gtrgm_consistent()
279 newcache->graph = graph; in gtrgm_consistent()
284 cache = newcache; in gtrgm_consistent()
448 char *newcache; in gtrgm_distance() local
462 cache = newcache; in gtrgm_distance()
694 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
265 newcache->strategy = strategy; in gtrgm_consistent()
266 newcache->query = (text *) in gtrgm_consistent()
271 newcache->trigrams = (TRGM *) in gtrgm_consistent()
278 newcache->trigrams = NULL; in gtrgm_consistent()
279 newcache->graph = graph; in gtrgm_consistent()
284 cache = newcache; in gtrgm_consistent()
448 char *newcache; in gtrgm_distance() local
462 cache = newcache; in gtrgm_distance()
694 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
265 newcache->strategy = strategy; in gtrgm_consistent()
266 newcache->query = (text *) in gtrgm_consistent()
271 newcache->trigrams = (TRGM *) in gtrgm_consistent()
278 newcache->trigrams = NULL; in gtrgm_consistent()
279 newcache->graph = graph; in gtrgm_consistent()
284 cache = newcache; in gtrgm_consistent()
448 char *newcache; in gtrgm_distance() local
462 cache = newcache; in gtrgm_distance()
694 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
265 newcache->strategy = strategy; in gtrgm_consistent()
266 newcache->query = (text *) in gtrgm_consistent()
271 newcache->trigrams = (TRGM *) in gtrgm_consistent()
278 newcache->trigrams = NULL; in gtrgm_consistent()
279 newcache->graph = graph; in gtrgm_consistent()
284 cache = newcache; in gtrgm_consistent()
448 char *newcache; in gtrgm_distance() local
462 cache = newcache; in gtrgm_distance()
694 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
266 newcache->strategy = strategy; in gtrgm_consistent()
267 newcache->query = (text *) in gtrgm_consistent()
272 newcache->trigrams = (TRGM *) in gtrgm_consistent()
279 newcache->trigrams = NULL; in gtrgm_consistent()
280 newcache->graph = graph; in gtrgm_consistent()
285 cache = newcache; in gtrgm_consistent()
454 char *newcache; in gtrgm_distance() local
468 cache = newcache; in gtrgm_distance()
702 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
266 newcache->strategy = strategy; in gtrgm_consistent()
267 newcache->query = (text *) in gtrgm_consistent()
272 newcache->trigrams = (TRGM *) in gtrgm_consistent()
279 newcache->trigrams = NULL; in gtrgm_consistent()
280 newcache->graph = graph; in gtrgm_consistent()
285 cache = newcache; in gtrgm_consistent()
454 char *newcache; in gtrgm_distance() local
468 cache = newcache; in gtrgm_distance()
702 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
266 newcache->strategy = strategy; in gtrgm_consistent()
267 newcache->query = (text *) in gtrgm_consistent()
272 newcache->trigrams = (TRGM *) in gtrgm_consistent()
279 newcache->trigrams = NULL; in gtrgm_consistent()
280 newcache->graph = graph; in gtrgm_consistent()
285 cache = newcache; in gtrgm_consistent()
454 char *newcache; in gtrgm_distance() local
468 cache = newcache; in gtrgm_distance()
702 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
266 newcache->strategy = strategy; in gtrgm_consistent()
267 newcache->query = (text *) in gtrgm_consistent()
272 newcache->trigrams = (TRGM *) in gtrgm_consistent()
279 newcache->trigrams = NULL; in gtrgm_consistent()
280 newcache->graph = graph; in gtrgm_consistent()
285 cache = newcache; in gtrgm_consistent()
454 char *newcache; in gtrgm_distance() local
468 cache = newcache; in gtrgm_distance()
702 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
266 newcache->strategy = strategy; in gtrgm_consistent()
267 newcache->query = (text *) in gtrgm_consistent()
272 newcache->trigrams = (TRGM *) in gtrgm_consistent()
279 newcache->trigrams = NULL; in gtrgm_consistent()
280 newcache->graph = graph; in gtrgm_consistent()
285 cache = newcache; in gtrgm_consistent()
454 char *newcache; in gtrgm_distance() local
468 cache = newcache; in gtrgm_distance()
702 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache;
266 newcache->strategy = strategy;
267 newcache->query = (text *)
272 newcache->trigrams = (TRGM *)
279 newcache->trigrams = NULL;
280 newcache->graph = graph;
285 cache = newcache;
454 char *newcache;
468 cache = newcache;
702 char *newcache;
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/pg_trgm/
H A Dtrgm_gist.c197 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
247 newcache->strategy = strategy; in gtrgm_consistent()
248 newcache->query = (text *) in gtrgm_consistent()
253 newcache->trigrams = (TRGM *) in gtrgm_consistent()
260 newcache->trigrams = NULL; in gtrgm_consistent()
261 newcache->graph = graph; in gtrgm_consistent()
266 cache = newcache; in gtrgm_consistent()
435 char *newcache; in gtrgm_distance() local
449 cache = newcache; in gtrgm_distance()
679 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pg_trgm/
H A Dtrgm_gist.c216 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
266 newcache->strategy = strategy; in gtrgm_consistent()
267 newcache->query = (text *) in gtrgm_consistent()
272 newcache->trigrams = (TRGM *) in gtrgm_consistent()
279 newcache->trigrams = NULL; in gtrgm_consistent()
280 newcache->graph = graph; in gtrgm_consistent()
285 cache = newcache; in gtrgm_consistent()
454 char *newcache; in gtrgm_distance() local
468 cache = newcache; in gtrgm_distance()
702 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pg_trgm/
H A Dtrgm_gist.c226 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
277 newcache->strategy = strategy; in gtrgm_consistent()
278 newcache->query = (text *) in gtrgm_consistent()
283 newcache->trigrams = (TRGM *) in gtrgm_consistent()
290 newcache->trigrams = NULL; in gtrgm_consistent()
291 newcache->graph = graph; in gtrgm_consistent()
296 cache = newcache; in gtrgm_consistent()
467 char *newcache; in gtrgm_distance() local
481 cache = newcache; in gtrgm_distance()
706 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pg_trgm/
H A Dtrgm_gist.c215 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
264 newcache->strategy = strategy; in gtrgm_consistent()
265 newcache->query = (text *) in gtrgm_consistent()
270 newcache->trigrams = (TRGM *) in gtrgm_consistent()
277 newcache->trigrams = NULL; in gtrgm_consistent()
278 newcache->graph = graph; in gtrgm_consistent()
283 cache = newcache; in gtrgm_consistent()
447 char *newcache; in gtrgm_distance() local
461 cache = newcache; in gtrgm_distance()
693 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pg_trgm/
H A Dtrgm_gist.c226 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
277 newcache->strategy = strategy; in gtrgm_consistent()
278 newcache->query = (text *) in gtrgm_consistent()
283 newcache->trigrams = (TRGM *) in gtrgm_consistent()
290 newcache->trigrams = NULL; in gtrgm_consistent()
291 newcache->graph = graph; in gtrgm_consistent()
296 cache = newcache; in gtrgm_consistent()
467 char *newcache; in gtrgm_distance() local
481 cache = newcache; in gtrgm_distance()
706 char *newcache; in gtrgm_penalty() local
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pg_trgm/
H A Dtrgm_gist.c226 gtrgm_consistent_cache *newcache; in gtrgm_consistent() local
277 newcache->strategy = strategy; in gtrgm_consistent()
278 newcache->query = (text *) in gtrgm_consistent()
283 newcache->trigrams = (TRGM *) in gtrgm_consistent()
290 newcache->trigrams = NULL; in gtrgm_consistent()
291 newcache->graph = graph; in gtrgm_consistent()
296 cache = newcache; in gtrgm_consistent()
467 char *newcache; in gtrgm_distance() local
481 cache = newcache; in gtrgm_distance()
706 char *newcache; in gtrgm_penalty() local
[all …]

12345