#include <sqliteInt.h>
Public Attributes | |
i16 | nArg |
u8 | iPrefEnc |
u8 | flags |
void * | pUserData |
FuncDef * | pNext |
void(* | xFunc )(sqlite3_context *, int, sqlite3_value **) |
void(* | xStep )(sqlite3_context *, int, sqlite3_value **) |
void(* | xFinalize )(sqlite3_context *) |
char * | zName |
FuncDef * | pHash |
Definition at line 802 of file sqliteInt.h.
Definition at line 805 of file sqliteInt.h.
Referenced by freeEphemeralFunction(), setLikeOptFlag(), sqlite3CreateFunc(), sqlite3ExprCodeTarget(), sqlite3IsLikeFunction(), sqlite3VdbeExec(), and sqlite3VtabOverloadFunction().
Definition at line 804 of file sqliteInt.h.
Referenced by matchQuality(), sqlite3CreateFunc(), and sqlite3FindFunction().
Definition at line 803 of file sqliteInt.h.
Referenced by codeAttach(), displayP4(), matchQuality(), sqlite3CreateFunc(), and sqlite3FindFunction().
Definition at line 812 of file sqliteInt.h.
Referenced by functionSearch(), sqlite3_close(), and sqlite3FuncDefInsert().
Definition at line 807 of file sqliteInt.h.
Referenced by sqlite3_close(), sqlite3FindFunction(), and sqlite3FuncDefInsert().
void* FuncDef::pUserData |
Definition at line 806 of file sqliteInt.h.
Referenced by sqlite3_user_data(), sqlite3CreateFunc(), sqlite3IsLikeFunction(), and sqlite3VtabOverloadFunction().
void(* FuncDef::xFinalize)(sqlite3_context *) |
Referenced by sqlite3CreateFunc(), and sqlite3VdbeMemFinalize().
void(* FuncDef::xFunc)(sqlite3_context *, int, sqlite3_value **) |
Referenced by resolveExprStep(), sqlite3CreateFunc(), sqlite3FindFunction(), sqlite3VdbeExec(), and sqlite3VtabOverloadFunction().
void(* FuncDef::xStep)(sqlite3_context *, int, sqlite3_value **) |
char* FuncDef::zName |
Definition at line 811 of file sqliteInt.h.
Referenced by displayP4(), functionSearch(), resolveExprStep(), sqlite3FindFunction(), sqlite3FuncDefInsert(), sqlite3InvalidFunction(), and sqlite3VtabOverloadFunction().
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:04 2011 by Doxygen 1.6.1