Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/
H A Dparsedate.cpp469 int tzoff=-1; in parsedate() local
501 if(!found && (tzoff == -1)) { in parsedate()
503 tzoff = checktz(buf); in parsedate()
504 if(tzoff != -1) in parsedate()
550 if((tzoff == -1) && in parsedate()
564 tzoff = (val/100 * 60 + val%100)*60; in parsedate()
568 tzoff = date[-1]=='+'?-tzoff:tzoff; in parsedate()
659 long delta = (long)(tzoff!=-1?tzoff:0); in parsedate()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhashswf.c353 static int tzoff; variable
432 tzoff = (12 - tc->tm_hour) * 3600 + tc->tm_min * 60 + tc->tm_sec; in make_unix_time()
440 res += tzoff; in make_unix_time()