Home
last modified time | relevance | path

Searched refs:isMasterObj (Results 1 – 4 of 4) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dprolang.h31 extern void compile_file(int fd, const char * fname, Bool isMasterObj);
H A Dsimulate.c1700 , Bool isMasterObj, namechain_t *chain) in load_object() argument
1943 compile_file(fd, fname, isMasterObj); in load_object()
2007 ob = load_object(pInherited, MY_TRUE, depth+1, isMasterObj, &nlink); in load_object()
2387 Bool isMasterObj = MY_FALSE; in lookfor_object() local
2390 isMasterObj = MY_TRUE; in lookfor_object()
2400 if (!isMasterObj && !strcmp(pName, get_txt(master_name_str))) in lookfor_object()
2401 isMasterObj = MY_TRUE; in lookfor_object()
2409 ob = load_object(pName, 0, 0, isMasterObj, NULL); in lookfor_object()
H A Dprolang.y16321 prolog (const char * fname, Bool isMasterObj)
16343 disable_sefuns = isMasterObj;
17157 compile_file (int fd, const char * fname, Bool isMasterObj)
17163 prolog(fname, isMasterObj);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Ddbclient.cpp806 BSONObj isMasterObj = result->getCommandReply().getOwned(); in initWireVersion() local
808 if (isMasterObj.hasField("minWireVersion") && isMasterObj.hasField("maxWireVersion")) { in initWireVersion()
809 int minWireVersion = isMasterObj["minWireVersion"].numberInt(); in initWireVersion()
810 int maxWireVersion = isMasterObj["maxWireVersion"].numberInt(); in initWireVersion()
814 conn->getCompressorManager().clientFinish(isMasterObj); in initWireVersion()
817 std::move(isMasterObj), result->getMetadata().getOwned(), finish - start}; in initWireVersion()