OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chunk_start
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/wps/
httpread.c
82
int
chunk_start
; /* offset in body of chunk hdr or data */
member in struct:httpread
533
char *cbp = h->body + h->
chunk_start
;
556
h->body_nbytes = h->
chunk_start
;
568
/* leave
chunk_start
alone */
572
if ((h->body_nbytes - h->
chunk_start
) ==
589
h->
chunk_start
= h->body_nbytes;
607
ncopy = (h->
chunk_start
+ h->chunk_size + 2) -
/external/v8/src/
unicode.cc
111
uint16_t
chunk_start
= chr - key;
local
147
result[0] = entry +
chunk_start
+ (value >> 2);
[
all
...]
liveedit.cc
1273
int
chunk_start
= Handle<Smi>::cast(element)->value();
local
[
all
...]
/external/zopfli/src/zopflipng/lodepng/
lodepng.cpp
2438
unsigned char *
chunk_start
, *new_buffer;
local
[
all
...]
Completed in 216 milliseconds