Searched refs:nBufp (Results 1 - 9 of 9) sorted by relevance
/external/valgrind/exp-sgcheck/ |
H A D | pc_common.h | 56 SizeT* nBufp, Int* lineno, Supp* su );
|
H A D | pc_common.c | 737 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 D | pub_tool_errormgr.h | 100 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 D | pub_tool_tooliface.h | 322 // 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 D | hg_errors.h | 43 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp,
|
H A D | hg_errors.c | 1347 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp, argument
|
/external/valgrind/coregrind/ |
H A D | m_errormgr.c | 1123 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 D | mc_errors.c | 1328 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 D | drd_error.c | 558 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