Is there some trick to passing an Apache::File to a function from an XS module that expects a FILE *? There's too much perl magic going on in the Apache::File implementation for me to see where I can just pull the FILE * out. (Its not strictly necessary that I do this, of course, it would just be nice so I can use Apache::File->tmpfile(). Of course I can do the same basic thing with POSIX::tmpnam().) Jim
- Re: passing Apache::File to XS code that expects FILE *? Jim Winstead
- Re: passing Apache::File to XS code that expects FILE... Matt Sergeant
- Re: passing Apache::File to XS code that expects ... Jim Winstead
- Re: passing Apache::File to XS code that expe... Matt Sergeant
- Re: passing Apache::File to XS code that ... Doug MacEachern
- Re: passing Apache::File to XS code ... Vivek Khera
- Re: passing Apache::File to XS c... Matt Sergeant
- Re: passing Apache::File to XS c... Stas Bekman
- Re: passing Apache::File to XS c... Doug MacEachern
- Re: passing Apache::File to XS code that expects FILE... Doug MacEachern