Lines Matching defs:from
22 * may be used to endorse or promote products derived from this software
160 krb5_encode(void *app_data, const void *from, int length, int level, void **to)
171 dec.value = (void *)from;
272 we are releasing the memory from gss_display_name. The last item is
463 /* Read |len| from the socket |fd| and store it in |to|. Return a CURLcode
488 /* Write |len| bytes from the buffer |to| to the socket |fd|. Return a
599 /* Send |length| bytes from |from| to the |fd| socket taking care of encoding
600 and negotiating with the server. |from| can be NULL. */
602 curl_socket_t fd, const char *from, int length)
615 if(!strncmp(from, "PASS ", 5) || !strncmp(from, "ACCT ", 5))
620 bytes = conn->mech->encode(conn->app_data, from, length, prot_level,