Home
last modified time | relevance | path

Searched refs:store_file (Results 1 – 25 of 108) sorted by relevance

12345

/dports/databases/sharedance/sharedance-0.6/src/
H A Dprocess.c120 char *store_file; in client_process_store() local
137 store_file_pnt = store_file; in client_process_store()
140 ALLOCA_FREE(store_file); in client_process_store()
153 ALLOCA_FREE(store_file); in client_process_store()
172 ALLOCA_FREE(store_file); in client_process_store()
190 ALLOCA_FREE(store_file); in client_process_store()
194 ALLOCA_FREE(store_file); in client_process_store()
213 char *store_file; in client_process_fetch() local
228 store_file_pnt = store_file; in client_process_fetch()
246 ALLOCA_FREE(store_file); in client_process_fetch()
[all …]
/dports/databases/p5-DBIx-NoSQL/DBIx-NoSQL-0.0021/t/
H A D09-file-connection.t7 my ( $store, $store_file );
8 $store_file = t::Test->tmp_sqlite;
10 ok( DBIx::NoSQL::Store->_is_likely_file_connection( $store_file ) );
11 ok( DBIx::NoSQL::Store->_is_likely_file_connection( "$store_file" ) );
18 $store = DBIx::NoSQL->connect( "$store_file" );
H A D08-persist.t7 my ( $store, $store_file, $model, $result );
8 $store_file = t::Test->tmp_sqlite;
11 $store = DBIx::NoSQL->connect( $store_file );
16 $store = DBIx::NoSQL->connect( $store_file );
H A D04-stash.t7 my ( $store, $store_file, $model );
8 $store_file = t::Test->tmp_sqlite;
11 $store = DBIx::NoSQL->new( database => $store_file );
H A D05-migrate.t7 my ( $store, $store_file, $model );
8 $store_file = t::Test->tmp_sqlite;
10 $store = DBIx::NoSQL->new( database => $store_file );
H A D07-synopsis-NoSQLite.t9 my ( $store, $store_file, $model, $result );
10 $store_file = t::Test->tmp_sqlite;
13 $store = DBIx::NoSQLite->connect( $store_file );
H A D06-synopsis.t8 my ( $store, $store_file, $model, $result );
9 $store_file = t::Test->tmp_sqlite;
12 $store = DBIx::NoSQL->connect( $store_file );
H A D01-basic.t7 my ( $store, $store_file, $model );
8 $store_file = t::Test->tmp_sqlite;
14 $store->connect( $store_file );
H A D10-next.t7 my $store_file = t::Test->tmp_sqlite;
8 my $store = DBIx::NoSQL->connect( $store_file );
/dports/textproc/bibtool/BibTool/test/
H A Dbibtoolrsc.t62 BUnit::store_file('.bibtoolrsc','print{Done that}');
75 BUnit::store_file("$ENV{HOME}/.bibtoolrsc",'print{Done that too}');
88 BUnit::store_file(".bibtoolrsc",'print{Been there}');
89 BUnit::store_file("$ENV{HOME}/.bibtoolrsc",'print{Done that}');
H A Dresource.t64 BUnit::store_file('_rsc.rsc','print{Been there}');
77 BUnit::store_file('_rsc.rsc','print{Been there}');
90 BUnit::store_file('_rsc.rsc','print{Been there}');
/dports/www/apache24/httpd-2.4.53/modules/tls/
H A Dtls_cert.c343 ap_assert(store_file); in tls_cert_load_root_store()
348 fpath = ap_server_root_relative(ptemp, store_file); in tls_cert_load_root_store()
366 store_file, (int)rr, err_descr); in tls_cert_load_root_store()
423 const char *store_file, in tls_cert_root_stores_get() argument
435 entry->id = apr_pstrdup(stores->pool, store_file); in tls_cert_root_stores_get()
501 const char *store_file) in verifiers_get_or_make_entry() argument
508 entry->id = apr_pstrdup(verifiers->pool, store_file); in verifiers_get_or_make_entry()
516 const char *store_file, in tls_cert_client_verifiers_get() argument
522 entry = verifiers_get_or_make_entry(verifiers, store_file); in tls_cert_client_verifiers_get()
542 const char *store_file, in tls_cert_client_verifiers_get_optional() argument
[all …]
H A Dtls_cert.h131 apr_pool_t *p, const char *store_file, rustls_root_cert_store **pstore);
159 const char *store_file,
195 const char *store_file,
208 const char *store_file,
/dports/math/eprover/eprover-E-2.0/PROVER/
H A Dekb_insert.c109 DStr_p name, store_file; in main() local
197 store_file = DStrAlloc(); in main()
198 DStrAppendStr(store_file, KBFileName(name, kb_name, "FILES/")); in main()
199 DStrAppendStr(store_file, ex_name); in main()
201 CopyFile(DStrView(store_file), state->argv[i]); in main()
205 in = CreateScanner(StreamTypeFile, DStrView(store_file), true, NULL); in main()
210 DStrFree(store_file); in main()
H A Dekb_delete.c97 DStr_p name, store_file; in main() local
162 store_file = DStrAlloc(); in main()
163 DStrAppendStr(store_file, KBFileName(name, kb_name, "FILES/")); in main()
164 DStrAppendStr(store_file, ex_name); in main()
166 FileRemove(DStrView(store_file)); in main()
167 DStrFree(store_file); in main()
H A Dekb_ginsert.c108 DStr_p name, store_file; in main() local
194 store_file = DStrAlloc(); in main()
195 DStrAppendStr(store_file, KBFileName(name, kb_name, "FILES/")); in main()
196 DStrAppendStr(store_file, ex_name); in main()
198 out = OutOpen(DStrView(store_file)); in main()
261 in = CreateScanner(StreamTypeFile, DStrView(store_file), true, NULL); in main()
266 DStrFree(store_file); in main()
/dports/www/kannel/gateway-1.4.4/gw/
H A Dbb_store_file.c463 Octstr *store_file, *key; in store_file_load() local
477 store_file = octstr_read_file(octstr_get_cstr(filename)); in store_file_load()
478 if (store_file != NULL) in store_file_load()
481 store_file = octstr_read_file(octstr_get_cstr(newfile)); in store_file_load()
482 if (store_file != NULL) in store_file_load()
485 store_file = octstr_read_file(octstr_get_cstr(bakfile)); in store_file_load()
486 if (store_file != NULL) in store_file_load()
497 octstr_len(store_file) > 10000 ? " (may take awhile)" : ""); in store_file_load()
502 end = octstr_len(store_file); in store_file_load()
505 if (read_msg(&msg, store_file, &pos) == -1) { in store_file_load()
[all …]
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/sessionsaver/tests/
H A Dtestxmlsessionstore.py31 store_file = path.dirname(path.realpath(__file__))
32 store_file += '/test-saved-sessions.xml'
33 print(store_file)
35 store = XMLSessionStore(store_file)
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_upload_external/
H A Dshare.php98 $store_file = fopen($store_file_name, 'x'); variable
100 if($store_file === FALSE) {
110 fwrite($store_file, $data);
115 fclose($store_file);
H A Dshare_v2.php112 $store_file = fopen($store_file_name, 'x'); variable
114 if($store_file === FALSE) {
124 fwrite($store_file, $data);
129 fclose($store_file);
/dports/biology/cd-hit/cdhit-4.8.1/
H A Dclstr_list.pl9 my $store_file = shift;
54 if (-e $store_file){ # already have a cluster file
55 my %old_clstr = %{retrieve($store_file)};
71 store \%clstr, $store_file;
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/rest/media/v1/
H A Dstorage_provider.py40 async def store_file(self, path: str, file_info: FileInfo) -> None: member in StorageProvider
89 async def store_file(self, path: str, file_info: FileInfo) -> None: member in StorageProviderWrapper
104 await maybe_awaitable(self.backend.store_file(path, file_info)) # type: ignore
110 self.backend.store_file(path, file_info)
144 async def store_file(self, path: str, file_info: FileInfo) -> None: member in FileStorageProviderBackend
/dports/print/a2ps/a2ps-4.13/tests/tstfiles/
H A Dtemplate.e111 store_file: RAW_FILE
116 !! store_file.make_open_write (file_name);
117 analyzer.basic_store (store_file);
118 store_file.close;
/dports/x11-toolkits/tepl/tepl-5.1.1/testsuite/
H A Dtest-metadata-manager.c206 GFile *store_file; in check_value_round_trip() local
220 store_file = save_metadata_manager (); in check_value_round_trip()
225 tepl_metadata_manager_load_from_disk (manager, store_file, &error); in check_value_round_trip()
235 g_object_unref (store_file); in check_value_round_trip()
/dports/x11-toolkits/tepl6/tepl-6.00.0/testsuite/
H A Dtest-metadata-manager.c206 GFile *store_file; in check_value_round_trip() local
220 store_file = save_metadata_manager (); in check_value_round_trip()
225 tepl_metadata_manager_load_from_disk (manager, store_file, &error); in check_value_round_trip()
235 g_object_unref (store_file); in check_value_round_trip()

12345