Searched refs:col_type (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| D | sql-wrap.c | 153 SQLSMALLINT name_len, col_type, col_scale, col_null; in backsql_BindRowAsStrings_x() local 174 row->col_type = (SQLSMALLINT *)ber_memcalloc_x( row->ncols, in backsql_BindRowAsStrings_x() 176 if ( row->col_type == NULL ) { in backsql_BindRowAsStrings_x() 198 ber_memfree_x( row->col_type, ctx ); in backsql_BindRowAsStrings_x() 199 row->col_type = NULL; in backsql_BindRowAsStrings_x() 216 &name_len, &col_type, in backsql_BindRowAsStrings_x() 227 if ( col_type != SQL_CHAR && col_type != SQL_VARCHAR ) in backsql_BindRowAsStrings_x() 235 row->col_type[ i ] = col_type; in backsql_BindRowAsStrings_x() 244 if ( BACKSQL_IS_BINARY( col_type ) ) { in backsql_BindRowAsStrings_x() 248 colname, (int)(i + 1), (int)col_type); in backsql_BindRowAsStrings_x() [all …]
|
| D | back-sql.h | 186 SQLSMALLINT *col_type; member
|
| D | add.c | 1270 SQLSMALLINT name_len, col_type, col_scale, col_null; in backsql_add() 1280 &name_len, &col_type, in backsql_add()
|
| D | entry-id.c | 758 if ( BACKSQL_IS_BINARY( row.col_type[ i ] ) ) { in backsql_get_attr_vals()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.c | 8481 short int *col_type; member 8539 fc->col_type = xcrealloc (fc->col_type, fc->ncols, in frame_need_space() 8540 sizeof (*fc->col_type)); in frame_need_space() 8544 if (fc->col_type == NULL || fc->col_offset == NULL) in frame_need_space() 8554 fc->col_type[prev] = DW_CFA_unreferenced; in frame_need_space() 8924 if (fc->col_type[r] != DW_CFA_unreferenced) in frame_display_row() 8944 if (fc->col_type[r] != DW_CFA_unreferenced) in frame_display_row() 8946 switch (fc->col_type[r]) in frame_display_row() 8999 fc->col_type = xmalloc (sizeof (*fc->col_type)); in read_cie() 9124 free (fc->col_type); in read_cie() [all …]
|
| D | ChangeLog-2020 | 2009 fde_fc col_type and col_offset.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 83874 Adjust all places allocating col_offset and col_type to use 117594 * dwarf.c (display_debug_frames): Set col_type[reg] on sizing 117595 pass over FDE to cie->col_type[reg] if CIE specifies reg.
|