Source position: sqlite3.inc line 693
function sqlite3_create_function_v2( |
db: psqlite3; |
zFunctionName: pansichar; |
nArg: cint; |
eTextRep: cint; |
pApp: pointer; |
funccb: xFunc; |
stepcb: xStep; |
finalcb: xFinal; |
destroycb: xDestroy |
):cint; |