Lines Matching defs:to
6 * The implementation was written so as to conform with Netscapes SSL.
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
16 * the code are not to be removed.
41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
195 int q, r, rr = 0, to = 0, len = 0;
221 buf->data[to++] = *(from++);
237 buf->data[to++] = *(from++);
256 buf->data[to++] = v;
260 /* try to expand it */
319 buf->data[to++] = *(p++);
323 to change the perceived length of the string it
329 the variable reference, we have to put back the
333 buf->data[to++] = *(from++);
337 buf->data[to] = '\0';