Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
SorterRecord Struct Reference

Data Fields

int nVal
 
union { 
 
   SorterRecord *   pNext 
 
   int   iNext 
 
u 
 

Detailed Description

Definition at line 94320 of file sqlite3.c.

Field Documentation

◆ iNext

int SorterRecord::iNext

Definition at line 94324 of file sqlite3.c.

Referenced by vdbeSorterSort().

◆ nVal

int SorterRecord::nVal

Definition at line 94321 of file sqlite3.c.

Referenced by vdbeSorterListToPMA().

◆ pNext

SorterRecord* SorterRecord::pNext

Definition at line 94323 of file sqlite3.c.

Referenced by sqlite3VdbeSorterNext(), vdbeSorterListToPMA(), and vdbeSorterSort().

◆ [union]

union { ... } SorterRecord::u

The documentation for this struct was generated from the following file: