Home
last modified time | relevance | path

Searched refs:buf_truncate (Results 1 – 25 of 127) sorted by relevance

123456

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dcyr_buildinfo.c250 buf_truncate(buf, -1); in format_flat()
256 buf_truncate(buf, -strlen(jval)-1); in format_flat()
259 buf_truncate(buf, -strlen(key)); in format_flat()
H A Dreconstruct.c357 buf_truncate(&buf, atidx); in main()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dcyr_buildinfo.c294 buf_truncate(buf, -1); in format_flat()
300 buf_truncate(buf, -strlen(jval)-1); in format_flat()
303 buf_truncate(buf, -strlen(key)); in format_flat()
H A Djmap_util.c205 buf_truncate(path, len); in jmap_patchobject_set()
252 buf_truncate(path, len); in jmap_patchobject_diff()
H A Dhttp_ws.c409 buf_truncate(&ctx->log, ctx->log_tail); in on_msg_recv_cb()
486 buf_truncate(&txn->zbuf, buf_len(&txn->zbuf) - 4); in on_msg_recv_cb()
H A Dreconstruct.c343 buf_truncate(&buf, atidx); in main()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dcyr_buildinfo.c304 buf_truncate(buf, -1); in format_flat()
310 buf_truncate(buf, -strlen(jval)-1); in format_flat()
313 buf_truncate(buf, -strlen(key)); in format_flat()
H A Djmap_util.c200 buf_truncate(path, len); in jmap_patchobject_set()
247 buf_truncate(path, len); in jmap_patchobject_diff()
H A Dhttp_ws.c290 buf_truncate(&ctx->log, ctx->log_tail); in on_msg_recv_cb()
361 buf_truncate(&txn->zbuf, buf_len(&txn->zbuf) - 4); in on_msg_recv_cb()
H A Dreconstruct.c343 buf_truncate(&buf, atidx); in main()
/dports/security/openconnect/openconnect-8.10/
H A Dhttp.c80 void buf_truncate(struct oc_text_buf *buf) in buf_truncate() function
298 buf_truncate(buf); in buf_free()
383 buf_truncate(hdrbuf); in read_http_header()
442 buf_truncate(body); in process_http_response()
914 buf_truncate(line); in dump_buf_hex()
1005 buf_truncate(buf); in do_https_request()
H A Dauth.c1298 buf_truncate(request_body); in cstp_obtain_cookie()
1318 buf_truncate(request_body); in cstp_obtain_cookie()
1384 buf_truncate(request_body); in cstp_obtain_cookie()
1471 buf_truncate(request_body); in cstp_obtain_cookie()
H A Dpulse.c1428 buf_truncate(reqbuf); in pulse_authenticate()
1455 buf_truncate(reqbuf); in pulse_authenticate()
1507 buf_truncate(reqbuf); in pulse_authenticate()
1626 buf_truncate(reqbuf); in pulse_authenticate()
1844 buf_truncate(reqbuf); in pulse_authenticate()
2082 buf_truncate(frag); in pulse_eap_ttls_recv()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/bench/
H A Dcyrdbbench.c286 buf_truncate(&cpu_type, 0); in print_environment()
289 buf_truncate(&cache_size, 0); in print_environment()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/bench/
H A Dcyrdbbench.c286 buf_truncate(&cpu_type, 0); in print_environment()
289 buf_truncate(&cache_size, 0); in print_environment()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dbitvector.c268 buf_truncate(&buf, vlen(bv->length)*2); in bv_cstring()
H A Dutil.h299 void buf_truncate(struct buf *buf, ssize_t len);
H A Dutil.c1162 EXPORTED void buf_truncate(struct buf *buf, ssize_t len) in buf_truncate() function
1226 buf_truncate(buf, buf_len(buf) - matchlen); in buf_appendoverlap()
1696 buf_truncate(buf, i); in buf_trim()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dbitvector.c268 buf_truncate(&buf, vlen(bv->length)*2); in bv_cstring()
H A Dutil.h262 void buf_truncate(struct buf *buf, ssize_t len);
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dbitvector.c290 buf_truncate(&buf, vlen(bv->length)*2); in bv_cstring()
H A Dutil.h310 void buf_truncate(struct buf *buf, ssize_t len);
H A Dutil.c1195 EXPORTED void buf_truncate(struct buf *buf, ssize_t len) in buf_truncate() function
1259 buf_truncate(buf, buf_len(buf) - matchlen); in buf_appendoverlap()
1739 buf_truncate(buf, i); in buf_trim()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/
H A Dbuf.testc1070 /* buf_truncate() which shortens the buffer */
1080 buf_truncate(&b, sizeof(WORD0)-1);
1088 /* buf_truncate() which extends and zero-fills the buffer */
1098 buf_truncate(&b, sizeof(WORD0" "WORD1)-1+2048);
1138 buf_truncate(&b, 0);
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Dbuf.testc1087 /* buf_truncate() which shortens the buffer */
1097 buf_truncate(&b, sizeof(WORD0)-1);
1105 /* buf_truncate() which extends and zero-fills the buffer */
1115 buf_truncate(&b, sizeof(WORD0" "WORD1)-1+2048);
1155 buf_truncate(&b, 0);

123456