OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_char
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/test/core/json/
json_stream_error_test.cc
36
static uint32_t
read_char
(void* userdata) { return GRPC_JSON_READ_CHAR_ERROR; }
function
39
string_clear, nullptr, nullptr,
read_char
, nullptr, nullptr,
/external/grpc-grpc/src/core/lib/json/
json_reader.h
60
* values are safe to return from the
read_char
function.
77
uint32_t (*
read_char
)(void* userdata);
member in struct:grpc_json_reader_vtable
122
* . GRPC_JSON_EAGAIN if the
read_char
function returned again. Call the
125
* . GRPC_JSON_READ_ERROR if the
read_char
function returned an error. The
139
/* You may call this from the
read_char
callback if you don't know where is the
/bionic/libc/kernel/uapi/linux/
taskstats.h
54
__u64
read_char
;
member in struct:taskstats
/external/kernel-headers/original/uapi/linux/
taskstats.h
144
__u64
read_char
; /* bytes read */
member in struct:taskstats
/external/kmod/libkmod/
libkmod-index.c
189
static int
read_char
(FILE *in)
function
215
while ((ch =
read_char
(in))) {
257
char first =
read_char
(in);
258
char last =
read_char
(in);
/external/pcre/dist2/src/
pcre2_jit_compile.c
3378
static SLJIT_INLINE void
read_char
(compiler_common *common)
function
[
all
...]
Completed in 879 milliseconds