Searched refs:set_index (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/lib/libc/isc/ |
| D | ev_timers.c | 56 static void set_index(void *, int); 435 return (heap_new(due_sooner, set_index, 2048)); in evCreateTimers() 456 set_index(void *what, int index) { in set_index() function
|
| /freebsd-9-stable/contrib/bind9/lib/isc/ |
| D | timer.c | 862 set_index(void *what, unsigned int index) { in set_index() function 903 result = isc_heap_create(mctx, sooner, set_index, 0, &manager->heap); in isc__timermgr_create()
|
| /freebsd-9-stable/contrib/ntp/lib/isc/ |
| D | timer.c | 861 set_index(void *what, unsigned int index) { in set_index() function 902 result = isc_heap_create(mctx, sooner, set_index, 0, &manager->heap); in isc__timermgr_create()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | ecofflink.c | 1244 set_index) in bfd_ecoff_debug_externals() argument 1250 void (*set_index) PARAMS ((asymbol *, bfd_size_type)); 1298 if (set_index) 1299 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
|
| D | bfd-in.h | 642 void (*set_index) (struct bfd_symbol *, bfd_size_type));
|
| D | coffgen.c | 885 #define set_index(symbol, idx) ((symbol)->udata.i = (idx)) macro 956 set_index (symbol, *written); in coff_write_symbol()
|
| D | bfd-in2.h | 649 void (*set_index) (struct bfd_symbol *, bfd_size_type));
|
| D | ChangeLog-9495 | 4767 * coffgen.c (set_index): Likewise.
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | rbtdb.c | 201 #define set_index set_index64 macro 923 set_index(void *what, unsigned int idx) { in set_index() function 7845 result = isc_heap_create(hmctx, sooner, set_index, 0, in dns_rbtdb64_create()
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 655 void (*set_index) (struct bfd_symbol *, bfd_size_type));
|