Searched refs:nloops (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-tester.c170 static char nloops[LDAP_PVT_INTTYPE_CHARS(unsigned long)]; local
210 nloops[0] = '\0';
290 { BER_BVC( "modrdn=" ), nloops },
512 if ( nloops[0] == '\0' ) snprintf( nloops, sizeof( nloops ), "%d", loops );
653 nargs[nanum++] = nloops;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c1482 static u_int32_t nloops = 0; local
1515 nloops = 0;
1527 if (++nloops >= pf_default_rule.timeout[PFTM_INTERVAL]) {
1530 nloops = 0;

Completed in 156 milliseconds