Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c13951 static int isDate( in isDate() function
13997 if( isDate(context, argc, argv, &x)==0 ){ in juliandayFunc()
14014 if( isDate(context, argc, argv, &x)==0 ){ in datetimeFunc()
14034 if( isDate(context, argc, argv, &x)==0 ){ in timeFunc()
14053 if( isDate(context, argc, argv, &x)==0 ){ in dateFunc()
14092 if( zFmt==0 || isDate(context, argc-1, argv+1, &x) ) return; in strftimeFunc()
/NextBSD/contrib/sqlite3/
HDsqlite3.c16191 static int isDate( in isDate() function
16238 if( isDate(context, argc, argv, &x)==0 ){ in juliandayFunc()
16255 if( isDate(context, argc, argv, &x)==0 ){ in datetimeFunc()
16275 if( isDate(context, argc, argv, &x)==0 ){ in timeFunc()
16294 if( isDate(context, argc, argv, &x)==0 ){ in dateFunc()
16335 if( zFmt==0 || isDate(context, argc-1, argv+1, &x) ) return; in strftimeFunc()