Searched refs:nBufp (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/exp-sgcheck/
H A Dpc_common.h56 SizeT* nBufp, Int* lineno, Supp* su );
H A Dpc_common.c737 SizeT* nBufp, Int* lineno,
742 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
736 pc_read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp* su ) argument
/external/valgrind/include/
H A Dpub_tool_errormgr.h100 nBufp is a pointer to size_t holding its size; if the buffer is too
102 *bufpp and *nBufp in the process). (It will bomb out if the size
106 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
H A Dpub_tool_tooliface.h322 // fd, bufpp, nBufp and lineno are the same as for VG_(get_line).
323 Bool (*read_extra_suppression_info)(Int fd, HChar** bufpp, SizeT* nBufp,
/external/valgrind/helgrind/
H A Dhg_errors.h43 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp,
H A Dhg_errors.c1347 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp, argument
/external/valgrind/coregrind/
H A Dm_errormgr.c1123 static Bool get_nbnc_line ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) argument
1126 SizeT nBuf = *nBufp;
1153 *nBufp = nBuf = nBuf * 2;
1181 Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) argument
1183 Bool eof = get_nbnc_line (fd, bufpp, nBufp, lineno);
/external/valgrind/memcheck/
H A Dmc_errors.c1328 SizeT* nBufp, Int* lineno, Supp *su )
1334 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1346 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1364 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1327 read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp *su ) argument
/external/valgrind/drd/
H A Ddrd_error.c558 SizeT* nBufp, Int* lineno, Supp* supp)
557 drd_read_extra_suppression_info(Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp* supp) argument

Completed in 138 milliseconds