Home
last modified time | relevance | path

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

/dports/security/py-m2crypto/M2Crypto-0.38.0/src/SWIG/
H A D_bio.i372 static int pyfd_read(BIO *b, char *out, int outl) { in pyfd_read() function
408 while (ptr < end && pyfd_read(bp, ptr, 1) > 0) { in pyfd_gets()
533 BIO_meth_set_read(methods_fdp, pyfd_read); in pyfd_init()
H A D_m2crypto_wrap.c5476 static int pyfd_read(BIO *b, char *out, int outl) { in pyfd_read() function
5512 while (ptr < end && pyfd_read(bp, ptr, 1) > 0) { in pyfd_gets()
5633 BIO_meth_set_read(methods_fdp, pyfd_read); in pyfd_init()
14053 result = (int)pyfd_read(arg1,arg2,arg3); in _wrap_pyfd_read()