Lines Matching refs:self
13778 ** of SQLite to unexpected behavior - to make the code "self-healing"
28407 ** is atomic - that it cannot be deceived into thinking self
28409 ** that are not equal to self while the comparison is taking place.
28416 pthread_t self = pthread_self();
28417 if( p->nRef>0 && pthread_equal(p->owner, self) ){
28422 p->owner = self;
28450 ** is atomic - that it cannot be deceived into thinking self
28452 ** that are not equal to self while the comparison is taking place.
28459 pthread_t self = pthread_self();
28460 if( p->nRef>0 && pthread_equal(p->owner, self) ){
28465 p->owner = self;
68077 ** found at self->pBt->mutex.
85553 ** This is an internal self-check only - it is not an essential processing
92904 ** because the self-altering code trick does not work for recursive
94635 ** Duplicate ephemeral cursors are used for self-joins of materialized views.
96734 ** this (self-correcting and non-critical) error if in writable_schema mode.
141168 u8 op = 0; /* One of the SRT_ operations to apply to self */
144725 ** Check to see if the pThis entry of pTabList is a self-join of a prior view.
144730 SrcList *pTabList, /* Search for self-joins in this FROM clause */
159198 ** "self-culling".
215654 ** Unlike the SQLite database record format, each field is self-contained -
244975 // This function will free all resources of key context, except it self.
245389 // This function will free all resources of codec context, except it self.