Searched refs:PRStuffFunc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprprf.h114 typedef PRIntn (*PRStuffFunc)(void *arg, const char *s, PRUint32 slen); typedef
116 NSPR_API(PRUint32) PR_sxprintf(PRStuffFunc f, void *arg, const char *fmt, ...);
129 NSPR_API(PRUint32) PR_vsxprintf(PRStuffFunc f, void *arg, const char *fmt, va_list ap);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c1027 PR_IMPLEMENT(PRUint32) PR_sxprintf(PRStuffFunc func, void *arg,
1039 PR_IMPLEMENT(PRUint32) PR_vsxprintf(PRStuffFunc func, void *arg,

Completed in 44 milliseconds