Home
last modified time | relevance | path

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

/third_party/freetype/src/gzip/
Dcrc32.c169 typedef struct once_s once_t; typedef
170 local void once OF((once_t *, void (*)(void)));
191 once_t *state; in once()
229 once_t *state; in once()
246 local once_t made = ONCE_INIT;
/third_party/zlib/
Dcrc32.c169 typedef struct once_s once_t; typedef
170 local void once OF((once_t *, void (*)(void)));
191 once_t *state; in once()
229 once_t *state; in once()
246 local once_t made = ONCE_INIT;
/third_party/chromium/patch/
D0001-cve.patch9344 +typedef struct once_s once_t;
9345 +local void once OF((once_t *, void (*)(void)));
9362 + invoke once() at the same time. The state must be a once_t initialized with
9366 + once_t *state;
9404 + once_t *state;
9421 +local once_t made = ONCE_INIT;