Lines Matching refs:vmProxy
3073 vmProxy = proxy;
3074 vmProxy->defineCFunc ("MD5AllocOOP", MD5AllocOOP);
3075 vmProxy->defineCFunc ("MD5Update", md5_process_bytes);
3076 vmProxy->defineCFunc ("MD5Final", md5_finish_ctx);
3078 vmProxy->defineCFunc ("SHA1AllocOOP", SHA1AllocOOP);
3079 vmProxy->defineCFunc ("SHA1Update", sha1_process_bytes);
3080 vmProxy->defineCFunc ("SHA1Final", sha1_finish_ctx);
4021 OOP shouldBeThreeOOP = vmProxy->msgSend(
4041 OOP shouldBeThreeOOP = vmProxy->strMsgSend(
4060 shouldBeThreeOOP = vmProxy->vmsgSend(
4077 shouldBeThreeOOP = vmProxy->nvmsgSend(
4127 vmProxy->msgSendf(&shouldBeThree, "%i %i + %i", 1, 2)
4132 vmProxy->msgSendf(&aBoolean, "%b %o includes: %s", aCollection, "abc")
4135 vmProxy->msgSendf(NULL, "%v %s printNl", "This is a test");
4136 vmProxy->msgSendf(NULL, "%s %s printNl", "This is a test");
4140 vmProxy->msgSendf(&str, "%s %s , %s", "This is a test", " ok?");
4668 vmProxy->oopToCObject(action->database),
4669 vmProxy->oopToString(action->request),
4698 cObject = vmProxy->cObjectToOOP (result->dbObject)
4704 cObject = vmProxy->cObjectToOOP (result->rows);
4708 query->numReturnedRows = vmProxy->intToOOP (result->count);