Searched refs:ninterfaces (Results 1 – 2 of 2) sorted by relevance
338 int ninterfaces, nfields, nmethods; in java_link_class_type() local367 ninterfaces = 0; in java_link_class_type()370 ninterfaces = value_as_long (value_struct_elt (&temp, NULL, "interface_len", NULL, "structure")); in java_link_class_type()372 TYPE_N_BASECLASSES (type) = (tsuper == NULL ? 0 : 1) + ninterfaces; in java_link_class_type()
182 int ninterfaces; /* Total number of interfaces */ variable832 ninterfaces++; in add_interface()1040 ninterfaces--; in remove_interface()2078 DPRINTF(2, ("create_sockets: Total interfaces = %d\n", ninterfaces)); in create_sockets()2080 return ninterfaces; in create_sockets()