Searched refs:pCurrent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tidy-15.15/tidy/experimental/
H A DTidyNodeIter.c19 if (NULL == pThis->pCurrent)
22 pThis->pCurrent = pThis->pTop->content;
24 else if (NULL != pThis->pCurrent->content)
27 pThis->pCurrent = pThis->pCurrent->content;
32 while ( NULL == pThis->pCurrent->next
33 && pThis->pTop != pThis->pCurrent->parent )
36 pThis->pCurrent = pThis->pCurrent->parent;
38 pThis->pCurrent
[all...]
H A DTidyNodeIter.h26 Node *pTop, *pCurrent; member in struct:_TidyNodeIter
34 if pCurrent is NULL, this function initializes it to match pTop, and
36 and returns that value. When pTop == pCurrent, the function returns NULL
44 Resets pCurrent to match the passed value; useful if you need to back up
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5618 ** ^The current value of the parameter is returned into *pCurrent.
5625 ** value. For these latter parameters nothing is written into *pCurrent.)^
5632 ** interfaces. However the values returned in *pCurrent and
5635 ** in between the times when *pCurrent and *pHighwater are written.
5639 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
5665 ** The value written into the *pCurrent parameter is undefined.</dd>)^
5691 ** The value written into the *pCurrent parameter is undefined.</dd>)^
5715 ** The value written into the *pCurrent parameter is undefined.</dd>)^
H A Dsqlite3.c6171 ** ^The current value of the parameter is returned into *pCurrent.
6178 ** value. For these latter parameters nothing is written into *pCurrent.)^
6185 ** interfaces. However the values returned in *pCurrent and
6188 ** in between the times when *pCurrent and *pHighwater are written.
6192 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6218 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6244 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6268 ** The value written into the *pCurrent parameter is undefined.</dd>)^
13062 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){ argument
13067 *pCurrent
13078 sqlite3_db_status( sqlite3 *db, int op, int *pCurrent, int *pHighwater, int resetFlag ) argument
24896 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */ member in struct:unix_syscall
[all...]

Completed in 615 milliseconds