Home
last modified time | relevance | path

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

/dports/security/py-m2crypto/M2Crypto-0.38.0/src/SWIG/
H A D_bio.i399 static int pyfd_gets(BIO *bp, char *buf, int size) { in pyfd_gets() function
535 BIO_meth_set_gets(methods_fdp, pyfd_gets); in pyfd_init()
H A D_m2crypto_wrap.c5503 static int pyfd_gets(BIO *bp, char *buf, int size) { in pyfd_gets() function
5635 BIO_meth_set_gets(methods_fdp, pyfd_gets); in pyfd_init()
14143 result = (int)pyfd_gets(arg1,arg2,arg3); in _wrap_pyfd_gets()