Home
last modified time | relevance | path

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

/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Ddb_value.h194 extern int db_value_to_uint64(const db_value_t* value, db_type_uint64_t* to_uint64);
H A Ddb_backend_sqlite.c606 if (db_value_to_uint64(db_clause_value(clause), &uint64)) { in __db_backend_sqlite_bind_clause()
1051 if (db_value_to_uint64(value, &uint64)) { in db_backend_sqlite_create()
1327 if (db_value_to_uint64(db_clause_value(revision_clause), &uint64)) { in db_backend_sqlite_update()
1464 if (db_value_to_uint64(value, &uint64)) { in db_backend_sqlite_update()
H A Ddb_value.c402 int db_value_to_uint64(const db_value_t* value, db_type_uint64_t* to_uint64) { in db_value_to_uint64() function
H A Ddb_backend_mysql.c1749 if (db_value_to_uint64(db_clause_value(revision_clause), &uint64)) { in db_backend_mysql_update()
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/test/
H A Dtest_classes.c659 CU_ASSERT(!db_value_to_uint64(value, &uint64)); in test_class_db_value()
666 CU_ASSERT(!db_value_to_uint64(value2, &uint64)); in test_class_db_value()
H A Dtest_database_operations.c1033 CU_ASSERT(!db_value_to_uint64(id, &uint64)); in __check_id()