Home
last modified time | relevance | path

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

/support/
A Dsupport_format_dns_packet.c40 ++in->data; in extract_8()
41 --in->size; in extract_8()
48 if (in->size < 2) in extract_16()
50 *value = (in->data[0] << 8) | in->data[1]; in extract_16()
51 in->data += 2; in extract_16()
52 in->size -= 2; in extract_16()
59 if (in->size < 4) in extract_32()
66 in->data += 4; in extract_32()
67 in->size -= 4; in extract_32()
93 (!(in->data < full.data || in->data > full_end in extract_name()
[all …]
A Dsupport_paths.c30 # error please -DSRCDIR_PATH=something in the Makefile
36 # error please -DOBJDIR_PATH=something in the Makefile
44 # error please -DOBJDIR_ELF_LDSO_PATH=something in the Makefile
51 # error please -DINSTDIR_PATH=something in the Makefile
58 # error please -DLIBDIR_PATH=something in the Makefile
65 # error please -DBINDIR_PATH=something in the Makefile
72 # error please -DSBINDIR_PATH=something in the Makefile
79 # error please -DSLIBDIR_PATH=something in the Makefile
86 # error please -DROOTSBINDIR_PATH=something in the Makefile
93 # error please -DCOMPLOCALEDIR_PATH=something in the Makefile
A DREADME8 error. They are declared in these header files:
17 cannot include headers which use identifers not reserved in C90. If

Completed in 6 milliseconds