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

/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.c1196 uint32_t status, i, where, start, j, do_match, did_match, rescount, *qtype; local
1326 did_match = 1;
1330 did_match = 0;
1332 for (j = 0; (j < qcount) && (did_match == 0); j++)
1336 did_match = 1;
1340 did_match = 0;
1344 did_match = asl_memory_slow_match(s, s->record[where], asl_msg_list_get_index(query, j));
1348 did_match = asl_memory_fast_match(s, s->record[where], qtype[j], qp[j]);
1353 if (did_match == 1)
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_file.c1878 uint32_t status, d, i, do_match, did_match; local
1905 did_match = 1;
1909 did_match = 0;
1911 for (i = 0; (i < query->count) && (did_match == 0); i++)
1913 did_match = asl_msg_cmp(query->msg[i], m);
1917 if (did_match != 0)
1931 uint32_t status, d, i, do_match, did_match, rescount; local
2000 did_match = 1;
2004 did_match = 0;
2006 for (i = 0; (i < qlist->count) && (did_match
[all...]
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c1361 int i, do_match, did_match; local
1369 did_match = 1;
1373 did_match = 0;
1375 for (i = 0; (i < ql->count) && (did_match == 0); i++)
1377 did_match = asl_msg_cmp(ql->msg[i], (asl_msg_t *)msg);
1381 if (did_match != 0) printmsg(f, msg, pfmt, pflags);

Completed in 203 milliseconds