Searched refs:counterp (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | counter.c | 40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { in isc_counter_create() argument 43 REQUIRE(counterp != NULL && *counterp == NULL); in isc_counter_create() 55 *counterp = counter; in isc_counter_create() 103 isc_counter_detach(isc_counter_t **counterp) { in isc_counter_detach() argument 106 REQUIRE(counterp != NULL && *counterp != NULL); in isc_counter_detach() 107 counter = *counterp; in isc_counter_detach() 108 *counterp = NULL; in isc_counter_detach()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | counter.c | 40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { in isc_counter_create() argument 43 REQUIRE(counterp != NULL && *counterp == NULL); in isc_counter_create() 55 *counterp = counter; in isc_counter_create() 103 isc_counter_detach(isc_counter_t **counterp) { in isc_counter_detach() argument 106 REQUIRE(counterp != NULL && *counterp != NULL); in isc_counter_detach() 107 counter = *counterp; in isc_counter_detach() 108 *counterp = NULL; in isc_counter_detach()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | counter.h | 46 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp); 80 isc_counter_detach(isc_counter_t **counterp);
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| H A D | counter.h | 47 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp); 81 isc_counter_detach(isc_counter_t **counterp);
|
| /netbsd-src/external/bsd/libpcap/dist/testprogs/ |
| H A D | capturetest.c | 299 int *counterp = (int *)user; in countme() local 301 (*counterp)++; in countme()
|
| H A D | threadsignaltest.c | 328 int *counterp = (int *)user; in countme() local 330 (*counterp)++; in countme()
|
| H A D | selpolltest.c | 364 int *counterp = (int *)user; in countme() local 366 (*counterp)++; in countme()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dbxout.c | 524 dbxout_stab_value_internal_label (const char *stem, int *counterp) in dbxout_stab_value_internal_label() argument 527 int counter = counterp ? (*counterp)++ : 0; in dbxout_stab_value_internal_label() 538 dbxout_stab_value_internal_label_diff (const char *stem, int *counterp, in dbxout_stab_value_internal_label_diff() argument 542 int counter = counterp ? (*counterp)++ : 0; in dbxout_stab_value_internal_label_diff()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dbxout.cc | 527 dbxout_stab_value_internal_label (const char *stem, int *counterp) in dbxout_stab_value_internal_label() argument 530 int counter = counterp ? (*counterp)++ : 0; in dbxout_stab_value_internal_label() 541 dbxout_stab_value_internal_label_diff (const char *stem, int *counterp, in dbxout_stab_value_internal_label_diff() argument 545 int counter = counterp ? (*counterp)++ : 0; in dbxout_stab_value_internal_label_diff()
|