OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_buf
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/
buf.c
364
size_t
start_buf
= buf->content - buf->contentIO;
local
366
buf->size +=
start_buf
;
409
size_t
start_buf
= buf->content - buf->contentIO;
local
410
if (
start_buf
>= buf->size) {
414
buf->size +=
start_buf
;
476
size_t
start_buf
= buf->content - buf->contentIO;
local
478
newbuf = (xmlChar *) xmlRealloc(buf->contentIO,
start_buf
+ size);
484
buf->content = newbuf +
start_buf
;
749
size_t
start_buf
;
local
808
start_buf
= buf->content - buf->contentIO
957
size_t
start_buf
= buf->content - buf->contentIO;
local
[
all
...]
tree.c
7189
size_t
start_buf
= buf->content - buf->contentIO;
local
7229
size_t
start_buf
= buf->content - buf->contentIO;
local
7279
size_t
start_buf
= buf->content - buf->contentIO;
local
7382
size_t
start_buf
;
local
7567
size_t
start_buf
= buf->content - buf->contentIO;
local
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c
211
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
);
Completed in 83 milliseconds