Home
last modified time | relevance | path

Searched refs:sref (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c92 int sref,
1099 ldap_chase_v3referrals( LDAP *ld, LDAPRequest *lr, char **refs, int sref, char **errstrp, int *hadr… in ldap_chase_v3referrals() argument
1270 if ( sref && srv->lud_dn == NULL ) { in ldap_chase_v3referrals()
1276 sref, srv, &rinfo.ri_request ); in ldap_chase_v3referrals()
1365 int sref, in ldap_chase_referrals() argument
1466 id, sref, srv, &rinfo.ri_request ); in ldap_chase_referrals()
1537 int sref, in re_encode_request() argument
1590 } else if ( sref ) { in re_encode_request()
H A Dldap-int.h813 char **errstrp, int sref, int *hadrefp );
815 char **refs, int sref, char **referralsp, int *hadrefp );
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc2416 gfc_ref *sref, *tmp; in find_union_component() local
2428 sref = gfc_get_ref (); in find_union_component()
2429 sref->type = REF_COMPONENT; in find_union_component()
2430 sref->u.c.component = m; in find_union_component()
2431 sref->u.c.sym = m->ts.u.derived; in find_union_component()
2432 sref->next = tmp; in find_union_component()
2434 *ref = sref; in find_union_component()
2494 gfc_ref *sref = NULL, *tmp = NULL; in gfc_find_component() local
2523 sref = gfc_get_ref (); in gfc_find_component()
2524 sref->type = REF_COMPONENT; in gfc_find_component()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c2409 gfc_ref *sref, *tmp; in find_union_component() local
2421 sref = gfc_get_ref (); in find_union_component()
2422 sref->type = REF_COMPONENT; in find_union_component()
2423 sref->u.c.component = m; in find_union_component()
2424 sref->u.c.sym = m->ts.u.derived; in find_union_component()
2425 sref->next = tmp; in find_union_component()
2427 *ref = sref; in find_union_component()
2487 gfc_ref *sref = NULL, *tmp = NULL; in gfc_find_component() local
2516 sref = gfc_get_ref (); in gfc_find_component()
2517 sref->type = REF_COMPONENT; in gfc_find_component()
[all …]