OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packetbuf
(Results
1 - 4
of
4
) sorted by null
/external/jpeg/
wrgif.c
65
char
packetbuf
[256]; /* workspace for accumulating packet */
member in struct:__anon19667
85
dinfo->
packetbuf
[0] = (char) dinfo->bytesinpkt++;
86
if (JFWRITE(dinfo->pub.output_file, dinfo->
packetbuf
, dinfo->bytesinpkt)
96
{ (dinfo)->
packetbuf
[++(dinfo)->bytesinpkt] = (char) (c); \
/external/qemu/distrib/jpeg-6b/
wrgif.c
65
char
packetbuf
[256]; /* workspace for accumulating packet */
member in struct:__anon24932
85
dinfo->
packetbuf
[0] = (char) dinfo->bytesinpkt++;
86
if (JFWRITE(dinfo->pub.output_file, dinfo->
packetbuf
, dinfo->bytesinpkt)
96
{ (dinfo)->
packetbuf
[++(dinfo)->bytesinpkt] = (char) (c); \
/art/jdwpspy/
Net.cpp
469
static void dumpPacket(const unsigned char*
packetBuf
, const char* srcName,
472
const unsigned char* buf =
packetBuf
;
493
dataLen = length - (buf -
packetBuf
);
/dalvik/vm/jdwp/
JdwpSocket.cpp
546
static void dumpPacket(const unsigned char*
packetBuf
)
548
const unsigned char* buf =
packetBuf
;
569
dataLen = length - (buf -
packetBuf
);
Completed in 53 milliseconds