Home
last modified time | relevance | path

Searched refs:space_index_ (Results 1 – 2 of 2) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dmysql_host_data_source.cc876 space_index_(start_column_ + 4), in OptionProcessor()
1030 columns[space_index_] = "space"; in setColumnNames()
1092 bind[space_index_].buffer_type = MYSQL_TYPE_STRING; in setBindFields()
1093 bind[space_index_].buffer = reinterpret_cast<char*>(space_); in setBindFields()
1094 bind[space_index_].buffer_length = space_length_; in setBindFields()
1095 bind[space_index_].length = &space_length_; in setBindFields()
1096 bind[space_index_].is_null = &space_null_; in setBindFields()
1192 size_t space_index_; member in __anon7d1f92320111::MySqlHostWithOptionsExchange::OptionProcessor
H A Dpgsql_host_data_source.cc511 space_index_(start_column_ + 4), in OptionProcessor()
601 if (!isColumnNull(r, row, space_index_)) { in retrieveOption()
602 PgSqlExchange::getColumnValue(r, row, space_index_, space); in retrieveOption()
706 columns[space_index_] = "space"; in setColumnNames()
735 size_t space_index_; member in __anonf4fe2f630111::PgSqlHostWithOptionsExchange::OptionProcessor