OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WFC_BUFFER_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/conn_init/
wfc_util_fctrl.c
587
#define
WFC_BUFFER_SIZE
2048
588
char buf[
WFC_BUFFER_SIZE
] = {0}; // Null terminated
621
while ((nread = read(srcfd, buf,
WFC_BUFFER_SIZE
-1)) != 0) {
630
if (nread <
WFC_BUFFER_SIZE
)
633
buf[
WFC_BUFFER_SIZE
-1] = '\0';
634
nread =
WFC_BUFFER_SIZE
-1;
/device/lge/mako/conn_init/
wfc_util_fctrl.c
587
#define
WFC_BUFFER_SIZE
2048
588
char buf[
WFC_BUFFER_SIZE
] = {0}; // Null terminated
621
while ((nread = read(srcfd, buf,
WFC_BUFFER_SIZE
-1)) != 0) {
630
if (nread <
WFC_BUFFER_SIZE
)
633
buf[
WFC_BUFFER_SIZE
-1] = '\0';
634
nread =
WFC_BUFFER_SIZE
-1;
Completed in 519 milliseconds