Home
last modified time | relevance | path

Searched refs:si_next (Results 1 – 25 of 43) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dinput.c343 int si_next; member
381 si->si_next = 0; in symit_reset()
397 for (; si->si_next < si->si_nument; si->si_next++) { in symit_next()
398 gelf_getsym(si->si_symd, si->si_next, &si->si_cursym); in symit_next()
399 gelf_getsym(si->si_symd, si->si_next, &sym); in symit_next()
414 si->si_next++; in symit_next()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netns/
H A Dspidp.h49 struct spidp_q *si_next; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netns/
H A Dspidp.h49 struct spidp_q *si_next; member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netns/
H A Dspidp.h49 struct spidp_q *si_next; member
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddeb.c282 si_n = si_n->si_next; in Perl_deb_stack_all()
318 si = si->si_next; in Perl_deb_stack_all()
H A Dcop.h1152 struct stackinfo * si_next; member
1195 PERL_SI *next = PL_curstackinfo->si_next; \
1204 PL_curstackinfo->si_next = next; \
/dports/lang/perl5.34/perl-5.34.0/
H A Ddeb.c282 si_n = si_n->si_next; in Perl_deb_stack_all()
318 si = si->si_next; in Perl_deb_stack_all()
H A Dcop.h1155 struct stackinfo * si_next; member
1198 PERL_SI *next = PL_curstackinfo->si_next; \
1207 PL_curstackinfo->si_next = next; \
/dports/lang/perl5.32/perl-5.32.1/
H A Ddeb.c282 si_n = si_n->si_next; in Perl_deb_stack_all()
318 si = si->si_next; in Perl_deb_stack_all()
H A Dcop.h1041 struct stackinfo * si_next; member
1078 PERL_SI *next = PL_curstackinfo->si_next; \
1087 PL_curstackinfo->si_next = next; \
/dports/lang/perl5.30/perl-5.30.3/
H A Ddeb.c282 si_n = si_n->si_next; in Perl_deb_stack_all()
318 si = si->si_next; in Perl_deb_stack_all()
H A Dcop.h1007 struct stackinfo * si_next; member
1043 PERL_SI *next = PL_curstackinfo->si_next; \
1052 PL_curstackinfo->si_next = next; \
/dports/devel/bison/bison-3.7.6/src/
H A Dparse-simulation.c437 state_item_number si_next = si->trans; in simulate_transition() local
440 if (si_next < 0) in simulate_transition()
443 ps_si_append (next_ps, &state_items[si_next]); in simulate_transition()
447 nullable_closure (next_ps, &state_items[si_next], result); in simulate_transition()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/parisc/
H A Diosapic_private.h165 struct sapic_info *si_next; /* info is per cell */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/parisc/
H A Diosapic_private.h165 struct sapic_info *si_next; /* info is per cell */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/parisc/
H A Diosapic_private.h165 struct sapic_info *si_next; /* info is per cell */ member
/dports/audio/sweep/sweep-0.9.3/src/
H A Dplay.c157 gint si=0, si_next = 0; in head_read_unrestricted() local
189 si_next = si+f->channels; in head_read_unrestricted()
191 …mple->sounddata->data)[si] * p + ((sw_audio_t *)head->sample->sounddata->data)[si_next] * (1 - p)); in head_read_unrestricted()
200 b++; si++; si_next++; in head_read_unrestricted()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dsyncrepl.c83 struct syncinfo_s *si_next; member
4854 syncinfo_t *si_next; in syncinfo_free() local
4860 si_next = sie->si_next; in syncinfo_free()
4989 sie = si_next; in syncinfo_free()
4990 } while ( free_all && si_next ); in syncinfo_free()
5772 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next ); in add_syncrepl()
5773 sip->si_next = si; in add_syncrepl()
5784 si->si_next = NULL; in add_syncrepl()
5994 *sip = si->si_next; in syncrepl_config()
5996 si->si_next = NULL; in syncrepl_config()
[all …]
H A Dbconfig.c895 struct ServerID *si_next; member
1102 for ( si = sid_list; si; si=si->si_next ) { in config_generic()
1282 *sip = si->si_next; in config_generic()
1289 sip = &si->si_next; in config_generic()
1919 si->si_next = NULL; in config_generic()
1921 for ( sip = &sid_list; *sip; sip = &(*sip)->si_next ); in config_generic()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dsyncrepl.c83 struct syncinfo_s *si_next; member
4854 syncinfo_t *si_next; in syncinfo_free() local
4860 si_next = sie->si_next; in syncinfo_free()
4989 sie = si_next; in syncinfo_free()
4990 } while ( free_all && si_next ); in syncinfo_free()
5772 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next ); in add_syncrepl()
5773 sip->si_next = si; in add_syncrepl()
5784 si->si_next = NULL; in add_syncrepl()
5994 *sip = si->si_next; in syncrepl_config()
5996 si->si_next = NULL; in syncrepl_config()
[all …]
H A Dbconfig.c895 struct ServerID *si_next; member
1102 for ( si = sid_list; si; si=si->si_next ) { in config_generic()
1282 *sip = si->si_next; in config_generic()
1289 sip = &si->si_next; in config_generic()
1919 si->si_next = NULL; in config_generic()
1921 for ( sip = &sid_list; *sip; sip = &(*sip)->si_next ); in config_generic()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dsyncrepl.c103 struct syncinfo_s *si_next; member
5804 syncinfo_t *si_next; in syncinfo_free() local
5810 si_next = sie->si_next; in syncinfo_free()
5947 sie = si_next; in syncinfo_free()
5948 } while ( free_all && si_next ); in syncinfo_free()
7144 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next ); in add_syncrepl()
7145 sip->si_next = si; in add_syncrepl()
7156 si->si_next = NULL; in add_syncrepl()
7379 *sip = si->si_next; in syncrepl_config()
7381 si->si_next = NULL; in syncrepl_config()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dsyncrepl.c103 struct syncinfo_s *si_next; member
5804 syncinfo_t *si_next; in syncinfo_free() local
5810 si_next = sie->si_next; in syncinfo_free()
5947 sie = si_next; in syncinfo_free()
5948 } while ( free_all && si_next ); in syncinfo_free()
7144 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next ); in add_syncrepl()
7145 sip->si_next = si; in add_syncrepl()
7156 si->si_next = NULL; in add_syncrepl()
7379 *sip = si->si_next; in syncrepl_config()
7381 si->si_next = NULL; in syncrepl_config()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dsyncrepl.c106 struct syncinfo_s *si_next; member
5838 syncinfo_t *si_next; in syncinfo_free() local
5844 si_next = sie->si_next; in syncinfo_free()
5982 sie = si_next; in syncinfo_free()
5983 } while ( free_all && si_next ); in syncinfo_free()
7179 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next ); in add_syncrepl()
7180 sip->si_next = si; in add_syncrepl()
7192 si->si_next = NULL; in add_syncrepl()
7415 *sip = si->si_next; in syncrepl_config()
7417 si->si_next = NULL; in syncrepl_config()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dsyncrepl.c106 struct syncinfo_s *si_next; member
5838 syncinfo_t *si_next; in syncinfo_free() local
5844 si_next = sie->si_next; in syncinfo_free()
5982 sie = si_next; in syncinfo_free()
5983 } while ( free_all && si_next ); in syncinfo_free()
7179 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next ); in add_syncrepl()
7180 sip->si_next = si; in add_syncrepl()
7192 si->si_next = NULL; in add_syncrepl()
7415 *sip = si->si_next; in syncrepl_config()
7417 si->si_next = NULL; in syncrepl_config()
[all …]

12