Home
last modified time | relevance | path

Searched refs:space (Results 1 – 17 of 17) sorted by relevance

/thrift-3.4.0/lib/cl/READMES/
Dreadme-cassandra.lisp32 (loop for space in (cassandra:describe-keyspaces *c*)
33 collect (loop for key being each hash-key of (cassandra:describe-keyspace *c* space)
50 (keyspace-descriptions (loop for space in keyspace-names
51 collect (cons space
53 … of (cassandra:describe-keyspace cassandra space)
/thrift-3.4.0/
D.editorconfig40 indent_style = space
71 indent_style = space
76 indent_style = space
83 indent_style = space
87 indent_style = space
DMakefile.am78 space := $(empty) $(empty) macro
82 CROSS_LANGS_COMMA_SEPARATED = $(subst $(space),$(comma),$(CROSS_LANGS))
129 skipped_files = $(subst $(space),$(comma),$(codespell_skip_files))
DCHANGES.md27 - [THRIFT-5529](https://issues.apache.org/jira/browse/THRIFT-5529) - Missing space "<::" in C++ gen…
1149 …wse/THRIFT-4620) - TZlibTransport.cpp doesn't ensure that there is enough space for the zlib flush…
2449 …apache.org/jira/browse/THRIFT-3241) - fatal error: runtime: cannot map pages in arena address space
3383 - [THRIFT-1469](https://issues.apache.org/jira/browse/THRIFT-1469) - Java isset space optimization
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTBufferTransports.cpp66 auto space = static_cast<uint32_t>(wBound_ - wBase_); in writeSlow() local
101 memcpy(wBase_, buf, space); in writeSlow()
102 buf += space; in writeSlow()
103 len -= space; in writeSlow()
/thrift-3.4.0/doc/
Dcommitters.md11 * curl https://issues.apache.org/jira/... |git apply --ignore-space-change
15 …* curl https://github.com/<GitHub User>/thrift/commit/<Commit ID>.patch |git apply --ignore-space-…
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/
Dthrift_buffered_transport.c185 guint32 space = t->w_buf_size - t->w_buf->len; in thrift_buffered_transport_write_slow() local
208 t->w_buf = g_byte_array_append (t->w_buf, buf, space); in thrift_buffered_transport_write_slow()
217 t->w_buf = g_byte_array_append (t->w_buf, (guint8 *)buf + space, len-space); in thrift_buffered_transport_write_slow()
/thrift-3.4.0/aclocal/
Dax_prog_perl_modules.m417 # MODULES is a space separated list of module names. To check for a
Dax_compare_version.m4112 dnl # The sed right after the echo is to remove any indented white space.
/thrift-3.4.0/doc/specs/
DHeaderFormat.md57 Info ID's and transform ID's should share the same ID space.
Dthrift-compact-protocol.md54 numbers into the positive number space. When we read 0, 1, 2, 3, 4 or 5 from the wire, this is tran…
Dthrift.tex457 Facebook has implemented and deployed a space-efficient binary protocol which
/thrift-3.4.0/contrib/
DVagrantfile26 # Create swap space
/thrift-3.4.0/lib/d/src/thrift/server/
Dnonblocking.d966 ubyte[4] space = void; in transition()
967 outputTransport_.write(space); in transition()
/thrift-3.4.0/test/
DDocTest.thrift205 * note the space
/thrift-3.4.0/build/docker/
DREADME.md120 …ou are done, you want to clean up occasionally so that docker isn't using lots of extra disk space:
/thrift-3.4.0/lib/erl/src/
Dthrift_json_parser.erl39 -define(space, 16#20). macro