Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c2715 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_AsCharPtrAndSize() local
2716 if (pchar_descriptor) { in SWIG_AsCharPtrAndSize()
2718 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) { in SWIG_AsCharPtrAndSize()
2738 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_FromCharPtrAndSize() local
2739 return pchar_descriptor ? in SWIG_FromCharPtrAndSize()
2740 SWIG_NewPointerObj((char *)(carray), pchar_descriptor, 0) : SWIG_Py_Void(); in SWIG_FromCharPtrAndSize()
/minix/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c1653 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); in SWIG_AsCharPtrAndSize() local
1654 if (pchar_descriptor) { in SWIG_AsCharPtrAndSize()
1656 if (SWIG_ConvertPtr(obj, (void**)&vptr, pchar_descriptor, 0) == SWIG_OK) { in SWIG_AsCharPtrAndSize()