Searched defs:tzoff (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/include/
H A Dpcap-int.h72 int tzoff; /* timezone offset */ member in struct:pcap
/external/curl/lib/
H A Dparsedate.c341 int tzoff=-1; local
373 if(!found && (tzoff == -1)) {
375 tzoff = checktz(buf);
376 if(tzoff != -1)
422 if((tzoff == -1) &&
436 tzoff = (val/100 * 60 + val%100)*60;
440 tzoff = date[-1]=='+'?-tzoff:tzoff;
529 long delta = (long)(tzoff!
[all...]
/external/libpcap/
H A Dpcap-int.h190 int tzoff; /* timezone offset */ member in struct:pcap

Completed in 948 milliseconds