Home
last modified time | relevance | path

Searched defs:FuncDef (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9302 typedef struct FuncDef FuncDef; typedef
11228 struct FuncDef { struct
11232 FuncDef *pNext; /* Next function with same name */ argument
11237 FuncDef *pHash; /* Next with a different name but the same hash */ argument
11246 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument

Completed in 318 milliseconds