Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_accesslog.c711 long scd, hrs, min; in REQUESTDONE_FUNC() local
727 scd = abs(tm.tm_gmtoff); in REQUESTDONE_FUNC()
728 hrs = scd / 3600; in REQUESTDONE_FUNC()
729 min = (scd % 3600) / 60; in REQUESTDONE_FUNC()