search for: cprogram

Displaying 4 results from an estimated 4 matches for "cprogram".

Did you mean: program
2020 Feb 13
1
YottaDB as a data store for Xapian
By way of introduction, I manage YottaDB (https://yottadb.com and https://gitlab.com/YottaDB). The core of YottaDB is a hierarchical key-value datastore (https://docs.yottadb.com/MultiLangProgGuide/cprogram.html and https://gitlab.com/YottaDB/DB/YDB). The code base is mature (in daily production use since 1986), and very performant, with strongly ACID transactions, and replication (to ensure transaction serialization performance, updates are done on a single node and propagated; if ACID transacti...
2005 Feb 24
2
OT - C structure question
I hae tried searching the web for the answer, but, man is there a lot of pages ... :( in the language I develop in, if I have a structure I can dynamically refer to the contents of a field of the structure like so: MESSAGE SomeStructure:Field(SomeFieldName):Value where SomeFieldName is either a quoted constant or a variable expressions In "C", I beleive that you can refer to
2023 Oct 14
3
Compiling within Samba Source-Tree
...it won't link since it needs one more library, i.e. -lcrypto I therefor did PYTHONHASHSEED=1 WAF_MAKE=1 ./buildtools/bin/waf -v build to see what's going on. The last message is: Build failed ?-> task in 'smbscardd' failed with exit status 1: ??????? {task 140216595759840: cprogram smbscardd.c.12.o,passchange.c.107.o,passwd_util.c.1.o,init_samr.c.141.o,cli_samr.c.126.o,init_lsa.c.140.o -> smbscardd} ['/usr/bin/gcc', '-Wl,--as-needed', 'source3/utils/smbscardd.c.12.o', 'source3/libsmb/passchange.c.107.o', 'source3/utils/passwd_util.c.1...
2015 Jul 10
2
[LLVMdev] Inline hint for methods defined in-class
On Thu, Jul 9, 2015 at 7:52 PM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Hal Finkel" <hfinkel at anl.gov> > > To: "Richard Smith" <richard at metafoo.co.uk> > > Cc: "Xinliang David Li" <davidxl at google.com>, "cfe commits" < > cfe-commits at cs.uiuc.edu>,