Home
last modified time | relevance | path

Searched defs:inReply (Results 1 – 6 of 6) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_Lib.cpp34 void SendDone(ReplyAddress* inReply, const char* inCommandName) { in SendDone()
44 void SendDoneWithIntValue(ReplyAddress* inReply, const char* inCommandName, int value) { in SendDoneWithIntValue()
91 void SendDoneWithVarArgs(struct ReplyAddress* inReply, const char* inCommandName, const char* oscFo… in SendDoneWithVarArgs()
108 void SendFailure(ReplyAddress* inReply, const char* inCommandName, const char* errString) { in SendFailure()
120 void SendFailureWithIntValue(ReplyAddress* inReply, const char* inCommandName, const char* errStrin… in SendFailureWithIntValue()
134 void SendFailureWithVarArgs(struct ReplyAddress* inReply, const char* inCommandName, const char* er… in SendFailureWithVarArgs()
154 void ReportLateness(ReplyAddress* inReply, float32 seconds) { in ReportLateness()
184 SCErr SC_LibCmd::Perform(struct World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in Perform()
H A DSC_MiscCmds.cpp98 SCErr meth_sync(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_sync()
104 SCErr meth_b_alloc(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_b_alloc()
110 SCErr meth_b_free(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_b_free()
117 SCErr meth_b_close(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_b_close()
131 SCErr meth_b_read(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_b_read()
152 SCErr meth_b_write(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_b_write()
159 SCErr meth_b_zero(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_b_zero()
171 SCErr meth_cmd(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_cmd()
709 SCErr meth_d_load(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_d_load()
999 SCErr meth_p_new(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in meth_p_new()
[all …]
H A DSC_SequencedCommand.h38 #define CallSequencedCommand(T, inWorld, inSize, inData, inReply) … argument
389 #define CallSendFailureCommand(inWorld, inCmdName, inErrString, inReply) … argument
H A DSC_UnitDef.cpp136 int PlugIn_DoCmd(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in PlugIn_DoCmd()
H A DSC_GraphDef.cpp548 SCErr SendReplyCmd_d_removed(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in SendReplyCmd_d_removed()
H A DSC_CoreAudio.cpp205 int PerformOSCMessage(World* inWorld, int inSize, char* inData, ReplyAddress* inReply) { in PerformOSCMessage()