OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRExplodedTime
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/third_party/nspr/
prtime.h
114
*
PRExplodedTime
--
122
* Notes on porting:
PRExplodedTime
corrresponds to struct tm in
133
* NSPR 2.0 PRTime
PRExplodedTime
136
typedef struct
PRExplodedTime
{
154
}
PRExplodedTime
;
162
* point to a
PRExplodedTime
that is in GMT, i.e., whose
179
typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const
PRExplodedTime
*gmt);
186
PR_ImplodeTime(const
PRExplodedTime
*exploded);
190
* Note that the following fields of
PRExplodedTime
should not be
201
PRExplodedTime
*exploded, PRTimeParamFn params)
[
all
...]
prtime.cc
105
PR_ImplodeTime(const
PRExplodedTime
*exploded)
265
* 'time' should point to a normalized
PRExplodedTime
.
269
ApplySecOffset(
PRExplodedTime
*time, PRInt32 secOffset)
334
PR_NormalizeTime(
PRExplodedTime
*time, PRTimeParamFn params)
451
PR_GMTParameters(const
PRExplodedTime
* /* gmt */)
530
PRExplodedTime
tm;
531
PRExplodedTime
*result = &tm;
[
all
...]
/external/libchrome/crypto/
nss_util_unittest.cc
18
PRExplodedTime
prxtime;
25
//
PRExplodedTime
::tm_wday is a smaller type than Exploded::day_of_week, so
/external/curl/lib/vtls/
nss.c
792
PRExplodedTime
printableTime;
[
all
...]
Completed in 602 milliseconds