Searched refs:DFUNCTION (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c11961 ** DFUNCTION(zName, nArg, iArg, bNC, xFunc)
11987 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
17201 DFUNCTION(julianday, -1, 0, 0, juliandayFunc ),
17202 DFUNCTION(date, -1, 0, 0, dateFunc ),
17203 DFUNCTION(time, -1, 0, 0, timeFunc ),
17204 DFUNCTION(datetime, -1, 0, 0, datetimeFunc ),
17205 DFUNCTION(strftime, -1, 0, 0, strftimeFunc ),
17206 DFUNCTION(current_time, 0, 0, 0, ctimeFunc ),
17207 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc),
17208 DFUNCTION(current_dat
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11961 ** DFUNCTION(zName, nArg, iArg, bNC, xFunc)
11987 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
17201 DFUNCTION(julianday, -1, 0, 0, juliandayFunc ),
17202 DFUNCTION(date, -1, 0, 0, dateFunc ),
17203 DFUNCTION(time, -1, 0, 0, timeFunc ),
17204 DFUNCTION(datetime, -1, 0, 0, datetimeFunc ),
17205 DFUNCTION(strftime, -1, 0, 0, strftimeFunc ),
17206 DFUNCTION(current_time, 0, 0, 0, ctimeFunc ),
17207 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc),
17208 DFUNCTION(current_dat
[all...]

Completed in 839 milliseconds