Home
last modified time | relevance | path

Searched refs:type_conn (Results 1 – 13 of 13) sorted by relevance

/dports/french/med/med-4.0.0/src/2.3.6/ci/
H A DMEDconnLire.c32 med_entite_maillage type_ent, med_geometrie_element type_geo,med_connectivite type_conn) in MEDconnLire() argument
92 switch(type_conn) in MEDconnLire()
134 if ( (psize != MED_NOPF) && (type_conn == MED_DESC) ) free(pfltab); in MEDconnLire()
H A DMEDpolygoneInfo.c27 MEDpolygoneInfo(med_idt fid, char *maa, med_entite_maillage type_ent, med_connectivite type_conn, in MEDpolygoneInfo() argument
76 switch(type_conn) in MEDpolygoneInfo()
H A DMEDnEntMaa.c28 med_geometrie_element type_geo, med_connectivite type_conn) in MEDnEntMaa() argument
90 if ( _MEDnomDataset(nom_dataset,quoi,type_conn) < 0) in MEDnEntMaa()
H A DMEDpolyedreInfo.c27 MEDpolyedreInfo(med_idt fid, char *maa,med_connectivite type_conn,med_int *nf, in MEDpolyedreInfo() argument
80 switch(type_conn) in MEDpolyedreInfo()
H A DMEDpolygoneConnLire.c29 med_connectivite type_conn) in MEDpolygoneConnLire() argument
82 switch(type_conn) in MEDpolygoneConnLire()
H A DMEDconnEcr.c29 med_geometrie_element type_geo,med_connectivite type_conn) in MEDconnEcr() argument
87 switch(type_conn) in MEDconnEcr()
H A DMEDpolyedreConnLire.c28 med_int *con,med_connectivite type_conn) in MEDpolyedreConnLire() argument
83 switch(type_conn) in MEDpolyedreConnLire()
H A DMEDpolygoneConnEcr.c29 med_connectivite type_conn) in MEDpolygoneConnEcr() argument
85 switch(type_conn) in MEDpolygoneConnEcr()
H A DMEDpolyedreConnEcr.c28 med_int *con,med_connectivite type_conn) in MEDpolyedreConnEcr() argument
87 switch(type_conn) in MEDpolyedreConnEcr()
/dports/french/med/med-4.0.0/src/2.3.6/misc/
H A DMEDnomDataset.c34 med_err _MEDnomDataset(char *nom_dataset,med_table quoi,med_connectivite type_conn) in _MEDnomDataset() argument
55 switch(type_conn) in _MEDnomDataset()
/dports/french/med/med-4.0.0/include/2.3.6/
H A Dmed_proto.h93 med_geometrie_element type_geo,med_connectivite type_conn);
98 med_entite_maillage type_ent, med_geometrie_element type_geo,med_connectivite type_conn);
131 med_geometrie_element type_geo, med_connectivite type_conn);
134 med_entite_maillage type_ent, med_connectivite type_conn);
136 MEDpolygoneInfo(med_idt fid, char *maa, med_entite_maillage type_ent,med_connectivite type_conn,
140 med_entite_maillage type_ent, med_connectivite type_conn);
143 med_int *con,med_connectivite type_conn);
145 MEDpolyedreInfo(med_idt fid, char *maa,med_connectivite type_conn,med_int *nf,
149 med_int *con,med_connectivite type_conn);
H A Dmed_misc.h74 med_connectivite type_conn);
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-domain.c11454 char *type_conn = NULL; in cmdDomDisplay() local
11529 VIR_FREE(type_conn); in cmdDomDisplay()
11530 type_conn = virXPathString(xpath, ctxt); in cmdDomDisplay()
11533 if (STREQ_NULLABLE(type_conn, "socket")) { in cmdDomDisplay()
11669 VIR_FREE(type_conn); in cmdDomDisplay()