Searched refs:start_buf (Results 1 – 4 of 4) sorted by relevance
206 char *start_buf, *end_buf; in eap_tnc_process() local366 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()367 if (start_buf == NULL) in eap_tnc_process()369 start_len = os_strlen(start_buf); in eap_tnc_process()372 os_free(start_buf); in eap_tnc_process()380 os_free(start_buf); in eap_tnc_process()385 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()386 os_free(start_buf); in eap_tnc_process()
132 char *start_buf, *end_buf; in eap_tnc_build() local138 start_buf = tncs_if_tnccs_start(data->tncs); in eap_tnc_build()139 if (start_buf == NULL) in eap_tnc_build()141 start_len = os_strlen(start_buf); in eap_tnc_build()144 os_free(start_buf); in eap_tnc_build()152 os_free(start_buf); in eap_tnc_build()157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()158 os_free(start_buf); in eap_tnc_build()
7015 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty() local7017 buf->size += start_buf; in xmlBufferEmpty()7055 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink() local7056 if (start_buf >= buf->size) { in xmlBufferShrink()7060 buf->size += start_buf; in xmlBufferShrink()7105 size_t start_buf = buf->content - buf->contentIO; in xmlBufferGrow() local7107 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow()7113 buf->content = newbuf + start_buf; in xmlBufferGrow()7208 size_t start_buf; in xmlBufferResize() local7242 start_buf = buf->content - buf->contentIO; in xmlBufferResize()[all …]
7002 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty() local7004 buf->size += start_buf; in xmlBufferEmpty()7042 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink() local7043 if (start_buf >= buf->size) { in xmlBufferShrink()7047 buf->size += start_buf; in xmlBufferShrink()7092 size_t start_buf = buf->content - buf->contentIO; in xmlBufferGrow() local7094 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow()7100 buf->content = newbuf + start_buf; in xmlBufferGrow()7195 size_t start_buf; in xmlBufferResize() local7229 start_buf = buf->content - buf->contentIO; in xmlBufferResize()[all …]