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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13951 static int isDate( function
13997 if( isDate(context, argc, argv, &x)==0 ){
14014 if( isDate(context, argc, argv, &x)==0 ){
14034 if( isDate(context, argc, argv, &x)==0 ){
14053 if( isDate(context, argc, argv, &x)==0 ){
14092 if( zFmt==0 || isDate(context, argc-1, argv+1, &x) ) return;
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c22865 static int isDate( function
22915 if( isDate(context, argc, argv, &x)==0 ){
22932 if( isDate(context, argc, argv, &x)==0 ){
22952 if( isDate(context, argc, argv, &x)==0 ){
22971 if( isDate(context, argc, argv, &x)==0 ){
23012 if( zFmt==0 || isDate(context, argc-1, argv+1, &x) ) return;
[all...]

Completed in 841 milliseconds