Searched refs:send_arg2 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c34 void* send_arg2,
178 void* send_arg2,
192 send(MAYBE_TOUPPER(str[i]), send_arg2); local
199 send(MAYBE_TOUPPER(str[i]), send_arg2); local
207 send(' ', send_arg2);
211 send(MAYBE_TOUPPER(str[i]), send_arg2); local
215 send(' ', send_arg2);
226 void* send_arg2,
244 send(*alt, send_arg2);
249 send(str[i], send_arg2);
177 myvprintf_str( void(*send)(HChar,void*), void* send_arg2, Int flags, Int width, HChar* str, Bool capitalise ) argument
225 myvprintf_str_XML_simplistic( void(*send)(HChar,void*), void* send_arg2, HChar* str ) argument
265 myvprintf_int64( void(*send)(HChar,void*), void* send_arg2, Int flags, Int base, Int width, Bool capitalised, ULong p ) argument
337 debugLog_vprintf( void(*send)(HChar,void*), void* send_arg2, const HChar* format, va_list vargs ) argument
485 send(va_arg (vargs, int), send_arg2); local
[all...]
/external/valgrind/main/coregrind/
H A Dm_debuglog.c565 void* send_arg2,
579 send(MAYBE_TOUPPER(str[i]), send_arg2); local
586 send(MAYBE_TOUPPER(str[i]), send_arg2); local
594 send(' ', send_arg2);
598 send(MAYBE_TOUPPER(str[i]), send_arg2); local
602 send(' ', send_arg2);
613 void* send_arg2,
631 send(*alt, send_arg2);
636 send(str[i], send_arg2);
653 void* send_arg2,
564 myvprintf_str( void(*send)(HChar,void*), void* send_arg2, Int flags, Int width, const HChar* str, Bool capitalise ) argument
612 myvprintf_str_XML_simplistic( void(*send)(HChar,void*), void* send_arg2, const HChar* str ) argument
652 myvprintf_int64( void(*send)(HChar,void*), void* send_arg2, Int flags, Int base, Int width, Bool capitalised, ULong p ) argument
723 debugLog_vprintf( void(*send)(HChar,void*), void* send_arg2, const HChar* format, va_list vargs ) argument
882 send(va_arg (vargs, int), send_arg2); local
[all...]
H A Dpub_core_debuglog.h82 that byte, and 'send_arg2' as its second param. */
86 void* send_arg2, /* 2nd arg for byte sink */

Completed in 432 milliseconds