Home
last modified time | relevance | path

Searched refs:pTm (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_Value.cpp624 struct tm* pTm = localtime(&t); in JS_GetDateTime() local
626 int year = pTm->tm_year + 1900; in JS_GetDateTime()
629 return t1 + pTm->tm_yday * 86400000.0 + pTm->tm_hour * 3600000.0 + in JS_GetDateTime()
630 pTm->tm_min * 60000.0 + pTm->tm_sec * 1000.0; in JS_GetDateTime()
/external/sqlite/dist/orig/
Dsqlite3.c19312 static int osLocaltime(time_t *t, struct tm *pTm){ in osLocaltime() argument
19324 if( pX ) *pTm = *pX; in osLocaltime()
19332 rc = localtime_r(t, pTm)==0; in osLocaltime()
19334 rc = localtime_s(pTm, t); in osLocaltime()
20000 struct tm *pTm; in currentTimeFunc() local
20011 pTm = gmtime_r(&t, &sNow); in currentTimeFunc()
20014 pTm = gmtime(&t); in currentTimeFunc()
20015 if( pTm ) memcpy(&sNow, pTm, sizeof(sNow)); in currentTimeFunc()
20018 if( pTm ){ in currentTimeFunc()
39845 SYSTEMTIME pTm;
[all …]
/external/sqlite/dist/
Dsqlite3.c19312 static int osLocaltime(time_t *t, struct tm *pTm){ in osLocaltime() argument
19324 if( pX ) *pTm = *pX; in osLocaltime()
19332 rc = localtime_r(t, pTm)==0; in osLocaltime()
19334 rc = localtime_s(pTm, t); in osLocaltime()
20000 struct tm *pTm; in currentTimeFunc() local
20011 pTm = gmtime_r(&t, &sNow); in currentTimeFunc()
20014 pTm = gmtime(&t); in currentTimeFunc()
20015 if( pTm ) memcpy(&sNow, pTm, sizeof(sNow)); in currentTimeFunc()
20018 if( pTm ){ in currentTimeFunc()
39845 SYSTEMTIME pTm;
[all …]