Home
last modified time | relevance | path

Searched refs:dbext (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dbe_sync.c178 const char *dbext; in alpm_db_update() local
219 dbext = db->handle->dbext; in alpm_db_update()
233 len = strlen(server) + strlen(db->treename) + strlen(dbext) + 2; in alpm_db_update()
241 snprintf(payload.fileurl, len, "%s/%s%s", server, db->treename, dbext); in alpm_db_update()
264 || strcmp(final_db_url + strlen(final_db_url) - strlen(dbext), in alpm_db_update()
265 dbext) != 0) { in alpm_db_update()
276 len = strlen(server) + strlen(db->treename) + strlen(dbext) + 6; in alpm_db_update()
290 snprintf(payload.fileurl, len, "%s/%s%s.sig", server, db->treename, dbext); in alpm_db_update()
499 if(strcmp(db->handle->dbext, ".files") == 0) { in sync_db_populate()
H A Dhandle.c84 FREE(handle->dbext); in _alpm_handle_free()
321 return handle->dbext; in alpm_option_get_dbext()
787 int SYMEXPORT alpm_option_set_dbext(alpm_handle_t *handle, const char *dbext) in alpm_option_set_dbext() argument
790 ASSERT(dbext, RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1)); in alpm_option_set_dbext()
792 if(handle->dbext) { in alpm_option_set_dbext()
793 FREE(handle->dbext); in alpm_option_set_dbext()
796 STRDUP(handle->dbext, dbext, RET_ERR(handle, ALPM_ERR_MEMORY, -1)); in alpm_option_set_dbext()
798 _alpm_log(handle, ALPM_LOG_DEBUG, "option 'dbext' = %s\n", handle->dbext); in alpm_option_set_dbext()
H A Ddb.c379 const char *dbext = db->handle->dbext; in _alpm_db_path() local
381 pathsize = strlen(dbpath) + 5 + strlen(db->treename) + strlen(dbext) + 1; in _alpm_db_path()
384 sprintf(db->_path, "%ssync/%s%s", dbpath, db->treename, dbext); in _alpm_db_path()
H A Dhandle.h101 char *dbext; /* Sync DB extension */ member
H A Dalpm.c75 STRDUP(myhandle->dbext, ".db", goto nomem); in alpm_initialize()
H A Dalpm.h923 int alpm_option_set_dbext(alpm_handle_t *handle, const char *dbext);
/dports/deskutils/moregroupware/moregroupware/setup/inc/
H A Dstep_3.inc.php75 foreach($dbDrivers as $dbext => $dbd){
76 if(in_array($dbext, $extensions))
H A Dstep_2.inc.php103 foreach($dbDrivers as $dbext => $dbd){
109 if(in_array($dbext, $extensions)){
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dsqlcomplete.vim21 " had been used via dbext, have dbext delete or recreate the
168 " New to dbext 3.00, by default the table lists include the owner
292 " This type of completion relies upon the dbext.vim plugin
297 " Allow the user to override the dbext plugin to specify whether
321 " This type of completion relies upon the dbext.vim plugin
355 " 1. Check if the dbext plugin has the option turned
697 let msg = "The dbext plugin must be loaded for dynamic SQL completion"
703 let msg = "The dbext plugin must be at least version 5.30 " .
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dsqlcomplete.vim21 " had been used via dbext, have dbext delete or recreate the
168 " New to dbext 3.00, by default the table lists include the owner
292 " This type of completion relies upon the dbext.vim plugin
297 " Allow the user to override the dbext plugin to specify whether
321 " This type of completion relies upon the dbext.vim plugin
355 " 1. Check if the dbext plugin has the option turned
697 let msg = "The dbext plugin must be loaded for dynamic SQL completion"
703 let msg = "The dbext plugin must be at least version 5.30 " .
/dports/games/xonotic/Xonotic/source/qcsrc/common/command/
H A Drpn.qc344 } else if(rpncmd == "dbext") {
591 LOG_INFO(" dbext|dbread ----------------------> x : extract/get from the DB's cursor\n");
/dports/editors/neovim/neovim-0.6.1/runtime/ftplugin/
H A Dsql.vim514 " using the dbext.vim plugin
/dports/editors/vim/vim-8.2.3745/runtime/ftplugin/
H A Dsql.vim514 " using the dbext.vim plugin