OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_buf
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c
206
char *
start_buf
, *end_buf;
local
367
start_buf
= tncc_if_tnccs_start(data->tncc);
368
if (
start_buf
== NULL)
370
start_len = os_strlen(
start_buf
);
373
os_free(
start_buf
);
381
os_free(
start_buf
);
386
wpabuf_put_data(resp,
start_buf
, start_len);
387
os_free(
start_buf
);
/external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c
132
char *
start_buf
, *end_buf;
local
138
start_buf
= tncs_if_tnccs_start(data->tncs);
139
if (
start_buf
== NULL)
141
start_len = os_strlen(
start_buf
);
144
os_free(
start_buf
);
152
os_free(
start_buf
);
157
wpabuf_put_data(req,
start_buf
, start_len);
158
os_free(
start_buf
);
/external/libxml2/
buf.c
362
size_t
start_buf
= buf->content - buf->contentIO;
local
364
buf->size +=
start_buf
;
407
size_t
start_buf
= buf->content - buf->contentIO;
local
408
if (
start_buf
>= buf->size) {
412
buf->size +=
start_buf
;
462
size_t
start_buf
= buf->content - buf->contentIO;
local
464
newbuf = (xmlChar *) xmlRealloc(buf->contentIO,
start_buf
+ size);
470
buf->content = newbuf +
start_buf
;
735
size_t
start_buf
;
local
785
start_buf
= buf->content - buf->contentIO
925
size_t
start_buf
= buf->content - buf->contentIO;
local
[
all
...]
tree.c
7151
size_t
start_buf
= buf->content - buf->contentIO;
local
7191
size_t
start_buf
= buf->content - buf->contentIO;
local
7241
size_t
start_buf
= buf->content - buf->contentIO;
local
7344
size_t
start_buf
;
local
7529
size_t
start_buf
= buf->content - buf->contentIO;
local
[
all
...]
/external/chromium_org/third_party/libxml/src/
tree.c
7002
size_t
start_buf
= buf->content - buf->contentIO;
local
7042
size_t
start_buf
= buf->content - buf->contentIO;
local
7092
size_t
start_buf
= buf->content - buf->contentIO;
local
7195
size_t
start_buf
;
local
7365
size_t
start_buf
= buf->content - buf->contentIO;
local
[
all
...]
Completed in 526 milliseconds