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

  /external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c 206 char *start_buf, *end_buf; local
366 start_buf = tncc_if_tnccs_start(data->tncc);
367 if (start_buf == NULL)
369 start_len = os_strlen(start_buf);
372 os_free(start_buf);
380 os_free(start_buf);
385 wpabuf_put_data(resp, start_buf, start_len);
386 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/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...]
  /external/libxml2/
tree.c 7015 size_t start_buf = buf->content - buf->contentIO; local
7055 size_t start_buf = buf->content - buf->contentIO; local
7105 size_t start_buf = buf->content - buf->contentIO; local
7208 size_t start_buf; local
7378 size_t start_buf = buf->content - buf->contentIO; local
    [all...]

Completed in 346 milliseconds