HomeSort by relevance Sort by last modified time
    Searched defs:start_buf (Results 1 - 4 of 4) sorted by null

  /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 7170 size_t start_buf = buf->content - buf->contentIO; local
7210 size_t start_buf = buf->content - buf->contentIO; local
7260 size_t start_buf = buf->content - buf->contentIO; local
7363 size_t start_buf; local
7548 size_t start_buf = buf->content - buf->contentIO; local
    [all...]
  /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);

Completed in 104 milliseconds