Lines Matching refs:found
613 ** PR_SUCCESS no errors were found.
614 ** PR_FAILURE errors were found.
645 ** variable pointed to by found.
650 ** recent count trace entries are copied into buffer and found is
661 ** found: 32bit signed integer. The number of PRTraceEntries
662 ** actually copied. found is always less than or equal to count.
676 #define PR_GET_TRACE_ENTRIES(buffer,count,found)\
677 PR_GetTraceEntries((buffer),(count),(found))
679 #define PR_GET_TRACE_ENTRIES(buffer,count,found)
686 PRInt32 *found /* number you got */