Lines Matching defs:time
2087 /* Mix 4 bytes at a time into the hash */
6095 /* Data used only at compilation time. */
7034 /* We operate on one buffer at a time, which is either the user's buffer passed
7437 * corrupt proto that doesn't give us an END tag in time. */
8006 ** ahead-of-time for each submessage length. If we overallocated, we waste
8555 * string every time, and it allocates memory for every put.
8993 #include <time.h>
12406 #include <time.h>
13316 time_t time = p->seconds;
13320 strftime(buffer, UPB_TIMESTAMP_MAX_JSON_LEN, "%Y", gmtime(&time));
13342 "%Y-%m-%dT%H:%M:%S", gmtime(&time));