Home
last modified time | relevance | path

Searched defs:column (Results 1 – 25 of 40) sorted by relevance

12

/minix3/external/bsd/kyua-cli/dist/store/
H A Ddbtypes.cpp108 store::column_bool(sqlite::statement& stmt, const char* column) in column_bool()
133 store::column_delta(sqlite::statement& stmt, const char* column) in column_delta()
152 store::column_optional_string(sqlite::statement& stmt, const char* column) in column_optional_string()
175 store::column_timestamp(sqlite::statement& stmt, const char* column) in column_timestamp()
H A Dmetadata.cpp54 int64_column(sqlite::statement& stmt, const char* column) in int64_column()
/minix3/minix/lib/liblwip/dist/src/apps/snmp/
H A Dsnmp_mib2_udp.c95 udp_endpointTable_get_cell_value_core(const u32_t* column, union snmp_variant_value* value) in udp_endpointTable_get_cell_value_core()
110 udp_endpointTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union… in udp_endpointTable_get_cell_value()
157 udp_endpointTable_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid… in udp_endpointTable_get_next_cell_instance_and_value()
218 udp_Table_get_cell_value_core(struct udp_pcb *pcb, const u32_t* column, union snmp_variant_value* v… in udp_Table_get_cell_value_core()
239 udp_Table_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in udp_Table_get_cell_value()
271 udp_Table_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid, union … in udp_Table_get_next_cell_instance_and_value()
H A Dsnmp_mib2_tcp.c158 tcp_ConnTable_get_cell_value_core(struct tcp_pcb *pcb, const u32_t* column, union snmp_variant_valu… in tcp_ConnTable_get_cell_value_core()
196 tcp_ConnTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snm… in tcp_ConnTable_get_cell_value()
249 tcp_ConnTable_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid, un… in tcp_ConnTable_get_next_cell_instance_and_value()
305 tcp_ConnectionTable_get_cell_value_core(const u32_t* column, struct tcp_pcb *pcb, union snmp_varian… in tcp_ConnectionTable_get_cell_value_core()
323 tcp_ConnectionTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, uni… in tcp_ConnectionTable_get_cell_value()
367 tcp_ConnectionTable_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_o… in tcp_ConnectionTable_get_next_cell_instance_and_value()
417 tcp_ListenerTable_get_cell_value_core(const u32_t* column, union snmp_variant_value* value) in tcp_ListenerTable_get_cell_value_core()
432 tcp_ListenerTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union… in tcp_ListenerTable_get_cell_value()
463 tcp_ListenerTable_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid… in tcp_ListenerTable_get_next_cell_instance_and_value()
H A Dsnmp_mib2_ip.c210 ip_AddrTable_get_cell_value_core(struct netif *netif, const u32_t* column, union snmp_variant_value… in ip_AddrTable_get_cell_value_core()
251 ip_AddrTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp… in ip_AddrTable_get_cell_value()
277 ip_AddrTable_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid, uni… in ip_AddrTable_get_next_cell_instance_and_value()
317 ip_RouteTable_get_cell_value_core(struct netif *netif, u8_t default_route, const u32_t* column, uni… in ip_RouteTable_get_cell_value_core()
396 ip_RouteTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snm… in ip_RouteTable_get_cell_value()
431 ip_RouteTable_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid, un… in ip_RouteTable_get_next_cell_instance_and_value()
485 ip_NetToMediaTable_get_cell_value_core(u8_t arp_table_index, const u32_t* column, union snmp_varian… in ip_NetToMediaTable_get_cell_value_core()
516 ip_NetToMediaTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, unio… in ip_NetToMediaTable_get_cell_value()
550 ip_NetToMediaTable_get_next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oi… in ip_NetToMediaTable_get_next_cell_instance_and_value()
H A Dsnmp_table.c93 u32_t column = 0; in snmp_table_get_next_instance() local
232 u32_t column = 0; in snmp_table_simple_get_next_instance() local
H A Dsnmp_mib2_interfaces.c95 interfaces_Table_get_cell_instance(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, str… in interfaces_Table_get_cell_instance()
124 interfaces_Table_get_next_cell_instance(const u32_t* column, struct snmp_obj_id* row_oid, struct sn… in interfaces_Table_get_next_cell_instance()
H A Dsnmp_snmpv2_usm.c86 static snmp_err_t usmusertable_get_instance(const u32_t *column, const u32_t *row_oid, u8_t row_oid… in usmusertable_get_instance()
172 static snmp_err_t usmusertable_get_next_instance(const u32_t *column, struct snmp_obj_id *row_oid, … in usmusertable_get_next_instance()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp124 unsigned column) { in clang_getLocation()
184 unsigned *column, unsigned *offset) { in createNullLocation()
197 unsigned *column, unsigned *offset = nullptr) { in createNullLocation()
236 unsigned *column, in clang_getExpansionLocation()
278 unsigned *column) { in clang_getPresumedLocation()
310 unsigned *column, in clang_getInstantiationLocation()
319 unsigned *column, in clang_getSpellingLocation()
357 unsigned *column, in clang_getFileLocation()
H A DCXLoadedDiagnostic.h76 unsigned column; member
/minix3/usr.bin/fpr/
H A Dfpr.c69 struct column { struct
70 int count;
71 int width;
72 char *str;
/minix3/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp374 const int column = column_id(name); in safe_column_blob() local
392 const int column = column_id(name); in safe_column_double() local
410 const int column = column_id(name); in safe_column_int() local
428 const int column = column_id(name); in safe_column_int64() local
446 const int column = column_id(name); in safe_column_text() local
464 const int column = column_id(name); in safe_column_bytes() local
/minix3/usr.bin/sort/
H A Dsort.h130 struct column { struct
137 * corresponding column in the current line. This is determined in enterkey. argument
/minix3/external/bsd/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_location.py10 def assert_location(loc, line, column, offset): argument
/minix3/usr.bin/colrm/
H A Dcolrm.c63 u_long column, start, stop; in main() local
/minix3/external/bsd/kyua-cli/dist/utils/text/
H A Dtable.cpp172 const text::table_row::size_type column, in refill_cell()
212 for (text::table_row::size_type column = 0; column < row.size(); ++column) { in format_row() local
357 text::table_formatter::set_column_width(const table_row::size_type column, in set_column_width()
/minix3/usr.bin/expand/
H A Dexpand.c65 size_t n, column; in main() local
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c93 rtbl_get_column (rtbl_t table, const char *column) in rtbl_get_column()
186 column_compute_width (rtbl_t table, struct column_data *column) in column_compute_width()
222 rtbl_set_column_prefix (rtbl_t table, const char *column, in rtbl_set_column_prefix()
336 rtbl_add_column_entry (rtbl_t table, const char *column, const char *data) in rtbl_add_column_entry()
347 rtbl_add_column_entryv (rtbl_t table, const char *column, const char *fmt, ...) in rtbl_add_column_entryv()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageReport.cpp79 static Column column(StringRef Str, unsigned Width) { in column() function
84 static Column column(StringRef Str, unsigned Width, const T &Value) { in column() function
/minix3/minix/commands/screendump/
H A Dscreendump.c117 int column; in main() local
/minix3/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_pro_lineno.c36 Dwarf_Addr off, Dwarf_Unsigned lineno, Dwarf_Signed column, in dwarf_add_line_entry()
H A Dlibdwarf_lineno.c93 uint64_t address, file, line, column, isa, opsize; in _dwarf_lineno_run_program() local
487 Dwarf_Signed line0, column; in _dwarf_lineno_gen_program() local
/minix3/external/bsd/dhcp/dist/omapip/
H A Dconvert.c125 u_int32_t column; local
/minix3/external/bsd/llvm/dist/clang/utils/
H A Dtoken-delta.py98 def __init__(self, type, data, flags, file, line, column): argument
/minix3/minix/usr.bin/ministat/
H A Dministat.c453 ReadSet(const char *n, int column, const char *delim) in ReadSet()
539 int column = 1; in main() local

12