Home
last modified time | relevance | path

Searched refs:chunk_in (Results 1 – 11 of 11) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/
H A Dobjostrjson.cpp615 const size_t chunk_in = 57; in WriteBase64Bytes() local
617 if (length > chunk_in && m_WrapAt != 0) { in WriteBase64Bytes()
624 BASE64_Encode(bytes, min(bytes_left,chunk_in), &src_read, in WriteBase64Bytes()
633 if (length > chunk_in && m_WrapAt != 0) { in WriteBase64Bytes()
H A Dobjistrjson.cpp1167 const size_t chunk_in = 80; in ReadBase64Bytes() local
1168 char src_buf[chunk_in]; in ReadBase64Bytes()
1171 while (!end_of_data && bytes_left > chunk_in && bytes_left <= length) { in ReadBase64Bytes()
1172 for ( src_size = 0; src_size < chunk_in; ) { in ReadBase64Bytes()
H A Dobjostrxml.cpp1674 const size_t chunk_in = 57; in WriteBase64Bytes() local
1676 if (length > chunk_in) { in WriteBase64Bytes()
1683 BASE64_Encode(bytes, min(bytes_left,chunk_in), &src_read, in WriteBase64Bytes()
1692 if (length > chunk_in) { in WriteBase64Bytes()
H A Dobjistrxml.cpp2539 const size_t chunk_in = 80; in ReadBytes() local
2540 char src_buf[chunk_in]; in ReadBytes()
2543 while (!end_of_data && bytes_left > chunk_in && bytes_left <= length) { in ReadBytes()
2544 for ( src_size = 0; src_size < chunk_in; ) { in ReadBytes()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/
H A Dobjostrjson.cpp615 const size_t chunk_in = 57; in WriteBase64Bytes() local
617 if (length > chunk_in && m_WrapAt != 0) { in WriteBase64Bytes()
624 BASE64_Encode(bytes, min(bytes_left,chunk_in), &src_read, in WriteBase64Bytes()
633 if (length > chunk_in && m_WrapAt != 0) { in WriteBase64Bytes()
H A Dobjistrjson.cpp1167 const size_t chunk_in = 80; in ReadBase64Bytes() local
1168 char src_buf[chunk_in]; in ReadBase64Bytes()
1171 while (!end_of_data && bytes_left > chunk_in && bytes_left <= length) { in ReadBase64Bytes()
1172 for ( src_size = 0; src_size < chunk_in; ) { in ReadBase64Bytes()
H A Dobjostrxml.cpp1674 const size_t chunk_in = 57; in WriteBase64Bytes() local
1676 if (length > chunk_in) { in WriteBase64Bytes()
1683 BASE64_Encode(bytes, min(bytes_left,chunk_in), &src_read, in WriteBase64Bytes()
1692 if (length > chunk_in) { in WriteBase64Bytes()
H A Dobjistrxml.cpp2539 const size_t chunk_in = 80; in ReadBytes() local
2540 char src_buf[chunk_in]; in ReadBytes()
2543 while (!end_of_data && bytes_left > chunk_in && bytes_left <= length) { in ReadBytes()
2544 for ( src_size = 0; src_size < chunk_in; ) { in ReadBytes()
/dports/databases/timescaledb/timescaledb-2.5.1/test/expected/
H A Dplan_expand_hypertable-14.out2867 psql:include/plan_expand_hypertable_chunks_in_query.sql:37: ERROR: second argument to chunk_in sho…
H A Dplan_expand_hypertable-12.out2867 psql:include/plan_expand_hypertable_chunks_in_query.sql:37: ERROR: second argument to chunk_in sho…
H A Dplan_expand_hypertable-13.out2867 psql:include/plan_expand_hypertable_chunks_in_query.sql:37: ERROR: second argument to chunk_in sho…