P4_FUNCDEF       57737 third_party/sqlite/amalgamation/sqlite3.c       case P4_FUNCDEF: {
P4_FUNCDEF       58016 third_party/sqlite/amalgamation/sqlite3.c     case P4_FUNCDEF: {
P4_FUNCDEF       63694 third_party/sqlite/amalgamation/sqlite3.c   assert( pOp->p4type==P4_FUNCDEF || pOp->p4type==P4_VDBEFUNC );
P4_FUNCDEF       63695 third_party/sqlite/amalgamation/sqlite3.c   if( pOp->p4type==P4_FUNCDEF ){
P4_FUNCDEF       73352 third_party/sqlite/amalgamation/sqlite3.c                         (char*)pDef, P4_FUNCDEF);
P4_FUNCDEF       76385 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeChangeP4(v, -1, (char *)pFunc, P4_FUNCDEF);
P4_FUNCDEF       93470 third_party/sqlite/amalgamation/sqlite3.c                       (void*)pF->pFunc, P4_FUNCDEF);
P4_FUNCDEF       93519 third_party/sqlite/amalgamation/sqlite3.c                       (void*)pF->pFunc, P4_FUNCDEF);
P4_FUNCDEF        342 third_party/sqlite/src/src/attach.c     sqlite3VdbeChangeP4(v, -1, (char *)pFunc, P4_FUNCDEF);
P4_FUNCDEF       2615 third_party/sqlite/src/src/expr.c                         (char*)pDef, P4_FUNCDEF);
P4_FUNCDEF       3548 third_party/sqlite/src/src/select.c                       (void*)pF->pFunc, P4_FUNCDEF);
P4_FUNCDEF       3597 third_party/sqlite/src/src/select.c                       (void*)pF->pFunc, P4_FUNCDEF);
P4_FUNCDEF       1368 third_party/sqlite/src/src/vdbe.c   assert( pOp->p4type==P4_FUNCDEF || pOp->p4type==P4_VDBEFUNC );
P4_FUNCDEF       1369 third_party/sqlite/src/src/vdbe.c   if( pOp->p4type==P4_FUNCDEF ){
P4_FUNCDEF        612 third_party/sqlite/src/src/vdbeaux.c       case P4_FUNCDEF: {
P4_FUNCDEF        891 third_party/sqlite/src/src/vdbeaux.c     case P4_FUNCDEF: {