Lines Matching refs:row_len

296                                 uint32_t *row_len )  in NGS_CursorCellDataDirect()  argument
306 …CellDataDirect ( self -> curs, rowId, self -> col_idx [ colIdx ], elem_bits, base, boff, row_len ); in NGS_CursorCellDataDirect()
348 uint32_t elem_bits, boff, row_len; in NGS_CursorGetString() local
349 …Y ( NGS_CursorCellDataDirect ( self, ctx, rowId, colIdx, & elem_bits, & base, & boff, & row_len ) ) in NGS_CursorGetString()
357 TRY ( new_data = NGS_StringMake ( ctx, base, row_len ) ) in NGS_CursorGetString()
380 uint32_t elem_bits, boff, row_len; in NGS_CursorGetInt64() local
381 …Y ( NGS_CursorCellDataDirect ( self, ctx, rowId, colIdx, & elem_bits, & base, & boff, & row_len ) ) in NGS_CursorGetInt64()
383 if ( base == 0 || row_len == 0 ) in NGS_CursorGetInt64()
413 uint32_t elem_bits, boff, row_len; in NGS_CursorGetUInt64() local
414 …Y ( NGS_CursorCellDataDirect ( self, ctx, rowId, colIdx, & elem_bits, & base, & boff, & row_len ) ) in NGS_CursorGetUInt64()
416 if ( base == 0 || row_len == 0 ) in NGS_CursorGetUInt64()
447 uint32_t elem_bits, boff, row_len; in NGS_CursorGetInt32() local
448 …Y ( NGS_CursorCellDataDirect ( self, ctx, rowId, colIdx, & elem_bits, & base, & boff, & row_len ) ) in NGS_CursorGetInt32()
450 if ( base == 0 || row_len == 0 ) in NGS_CursorGetInt32()
477 uint32_t elem_bits, boff, row_len; in NGS_CursorGetUInt32() local
478 …Y ( NGS_CursorCellDataDirect ( self, ctx, rowId, colIdx, & elem_bits, & base, & boff, & row_len ) ) in NGS_CursorGetUInt32()
480 if ( base == 0 || row_len == 0 ) in NGS_CursorGetUInt32()
507 uint32_t elem_bits, boff, row_len; in NGS_CursorGetBool() local
508 …Y ( NGS_CursorCellDataDirect ( self, ctx, rowId, colIdx, & elem_bits, & base, & boff, & row_len ) ) in NGS_CursorGetBool()
510 if ( base == 0 || row_len == 0 ) in NGS_CursorGetBool()
537 uint32_t elem_bits, boff, row_len; in NGS_CursorGetChar() local
538 …Y ( NGS_CursorCellDataDirect ( self, ctx, rowId, colIdx, & elem_bits, & base, & boff, & row_len ) ) in NGS_CursorGetChar()
540 if ( base == 0 || row_len == 0 ) in NGS_CursorGetChar()