search for: zeroterminated

Displaying 2 results from an estimated 2 matches for "zeroterminated".

2008 Sep 08
0
Memcached dtrace probes
I am currently working on adding DTrace probes we have for Memcached 1.2.5 to the new binary protocol in 1.3 branch. The problem I am facing is that I should have had a new variable into the probe. When we added the probes, all memcached keys would be zeroterminated ascii strings, but in the binary protocol it may not be zero-terminated. So what do I do? According to http://src.opensolaris.org/source/xref/webstack/memcached-incubator/trunk/server/memcached_dtrace.d#270 I would guess that I can modify the probes to contain the length field? Or should I...
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...on(); // Darwin specific ".section". - bool ParseDirectiveSectionSwitch(const char *Segment, const char *Section, - unsigned TAA = 0, unsigned ImplicitAlign = 0, - unsigned StubSize = 0); bool ParseDirectiveAscii(bool ZeroTerminated); // ".ascii", ".asciiz" bool ParseDirectiveValue(unsigned Size); // ".byte", ".long", ... bool ParseDirectiveFill(); // ".fill" @@ -132,17 +135,6 @@ private: /// accepts a single symbol (which should be a label or an external). bool Par...