Searched refs:start_buf (Results 1 – 4 of 4) sorted by relevance
362 size_t start_buf = buf->content - buf->contentIO; in xmlBufEmpty() local364 buf->size += start_buf; in xmlBufEmpty()407 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local408 if (start_buf >= buf->size) { in xmlBufShrink()412 buf->size += start_buf; in xmlBufShrink()462 size_t start_buf = buf->content - buf->contentIO; in xmlBufGrowInternal() local464 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufGrowInternal()470 buf->content = newbuf + start_buf; in xmlBufGrowInternal()735 size_t start_buf; in xmlBufResize() local785 start_buf = buf->content - buf->contentIO; in xmlBufResize()[all …]
7170 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty() local7172 buf->size += start_buf; in xmlBufferEmpty()7210 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink() local7211 if (start_buf >= buf->size) { in xmlBufferShrink()7215 buf->size += start_buf; in xmlBufferShrink()7260 size_t start_buf = buf->content - buf->contentIO; in xmlBufferGrow() local7262 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow()7268 buf->content = newbuf + start_buf; in xmlBufferGrow()7363 size_t start_buf; in xmlBufferResize() local7412 start_buf = buf->content - buf->contentIO; in xmlBufferResize()[all …]
206 char *start_buf, *end_buf; in eap_tnc_process() local367 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()368 if (start_buf == NULL) in eap_tnc_process()370 start_len = os_strlen(start_buf); in eap_tnc_process()373 os_free(start_buf); in eap_tnc_process()381 os_free(start_buf); in eap_tnc_process()386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()387 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()