Home
last modified time | relevance | path

Searched refs:my_libssh2_malloc (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dssh.c118 static LIBSSH2_ALLOC_FUNC(my_libssh2_malloc);
312 static LIBSSH2_ALLOC_FUNC(my_libssh2_malloc) in LIBSSH2_ALLOC_FUNC() argument
2932 ssh->ssh_session = libssh2_session_init_ex(my_libssh2_malloc, in ssh_connect()