Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dlibssh2.c102 static LIBSSH2_ALLOC_FUNC(my_libssh2_malloc);
288 static LIBSSH2_ALLOC_FUNC(my_libssh2_malloc) in LIBSSH2_ALLOC_FUNC() argument
3111 ssh->ssh_session = libssh2_session_init_ex(my_libssh2_malloc, in ssh_connect()