| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| sql-wrap.c | 153 SQLSMALLINT name_len, col_type, col_scale, col_null; local 174 row->col_type = (SQLSMALLINT *)ber_memcalloc_x( row->ncols, 176 if ( row->col_type == NULL ) { 198 ber_memfree_x( row->col_type, ctx ); 199 row->col_type = NULL; 216 &name_len, &col_type, 227 if ( col_type != SQL_CHAR && col_type != SQL_VARCHAR ) 235 row->col_type[ i ] = col_type; [all...] |
| back-sql.h | 186 SQLSMALLINT *col_type; member in struct:__anon7793
|
| add.c | 1301 SQLSMALLINT name_len, col_type, col_scale, col_null; 1305 * FIXME: check whether col_type is compatible, 1311 &name_len, &col_type,
|
| entry-id.c | 758 if ( BACKSQL_IS_BINARY( row.col_type[ i ] ) ) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 8649 short int *col_type; member in struct:Frame_Chunk 8675 /* A marker for a col_type that means this column was never referenced 8710 fc->col_type = xcrealloc (fc->col_type, fc->ncols, 8711 sizeof (*fc->col_type)); 8715 if (fc->col_type == NULL || fc->col_offset == NULL) 8725 fc->col_type[prev] = DW_CFA_unreferenced; 9141 if (fc->col_type[r] != DW_CFA_unreferenced) 9162 if (fc->col_type[r] != DW_CFA_unreferenced) 9164 switch (fc->col_type[r] [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 8568 short int *col_type; member in struct:Frame_Chunk 8593 /* A marker for a col_type that means this column was never referenced 8628 fc->col_type = xcrealloc (fc->col_type, fc->ncols, 8629 sizeof (*fc->col_type)); 8633 if (fc->col_type == NULL || fc->col_offset == NULL) 8643 fc->col_type[prev] = DW_CFA_unreferenced; 9059 if (fc->col_type[r] != DW_CFA_unreferenced) 9079 if (fc->col_type[r] != DW_CFA_unreferenced) 9081 switch (fc->col_type[r] [all...] |