Home
last modified time | relevance | path

Searched refs:kvGetList (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DtypeKeyValueTest.c50 TEST_RESULT_INT(varInt(varLstGet(kvGetList(store, varNewInt(42)), 0)), 57, "get int/int"); in testRun()
83 TEST_RESULT_INT(varInt(varLstGet(kvGetList(store, varNewInt(99)), 2)), 3, "get int/int"); in testRun()
84 TEST_RESULT_PTR(varLstGet(kvGetList(store, varNewInt(777)), 0), NULL, "get NULL list"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/info/
H A Dinfo.c834 VariantList *dbSection = kvGetList(backupInfo, BACKUP_KEY_DATABASE_REF_VAR); in formatTextBackup()
860 VariantList *linkSection = kvGetList(backupInfo, BACKUP_KEY_LINK_VAR); in formatTextBackup()
881 VariantList *tablespaceSection = kvGetList(backupInfo, BACKUP_KEY_TABLESPACE_VAR); in formatTextBackup()
934 VariantList *dbSection = kvGetList(stanzaInfo, STANZA_KEY_DB_VAR); in formatTextDb()
935 VariantList *archiveSection = kvGetList(stanzaInfo, KEY_ARCHIVE_VAR); in formatTextDb()
936 VariantList *backupSection = kvGetList(stanzaInfo, STANZA_KEY_BACKUP_VAR); in formatTextDb()
1430 VariantList *repoSection = kvGetList(stanzaInfo, STANZA_KEY_REPO_VAR); in infoRender()
1492 VariantList *repoSection = kvGetList(stanzaInfo, STANZA_KEY_REPO_VAR); in infoRender()
1506 if (!varLstEmpty(kvGetList(stanzaInfo, STANZA_KEY_DB_VAR))) in infoRender()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/type/
H A DkeyValue.h82 VariantList *kvGetList(const KeyValue *this, const Variant *key);
H A DkeyValue.c313 kvGetList(const KeyValue *this, const Variant *key) in kvGetList() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/help/
H A Dhelp.c428 VariantList *optionList = kvGetList(optionKv, VARSTR(section)); in helpRender()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache12768 "body": "Add kvGetList() to get a value as a list (of 1) even if it is a scalar."