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

Data Fields

SrcListpSrc
 
int iSrcInner
 
int nThis
 
int nOther
 

Detailed Description

Definition at line 105367 of file sqlite3.c.

Field Documentation

◆ iSrcInner

int SrcCount::iSrcInner

Definition at line 105369 of file sqlite3.c.

Referenced by selectSrcCount(), and sqlite3FunctionUsesThisSrc().

◆ nOther

int SrcCount::nOther

Definition at line 105371 of file sqlite3.c.

Referenced by sqlite3FunctionUsesThisSrc().

◆ nThis

int SrcCount::nThis

Definition at line 105370 of file sqlite3.c.

Referenced by sqlite3FunctionUsesThisSrc().

◆ pSrc

SrcList* SrcCount::pSrc

Definition at line 105368 of file sqlite3.c.

Referenced by sqlite3FunctionUsesThisSrc().


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