Lines Matching full:put
55 * copied and put under another distribution licence
93 * P - Put, requests that the first msg.length bytes of msg.data be appended
95 * C - Confirms a get or put. Every get and put will get a confirm response,
104 * <---- R, put, {srv hello}
109 * A, Put, {http data} ---->
149 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
178 static int put ( io_channel chan, char *buffer, int length )
335 status = put ( chan, (char *) &msg, i+RPC_HDR_SIZE );
346 status = put ( chan, (char *) &msg, RPC_HDR_SIZE );