Searched refs:lthash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1435 Hash *lthash; local
1470 lthash = Getattr(r_ltype, mt);
1471 if (!lthash) {
1472 lthash = NewHash();
1473 Setattr(r_ltype, mt, lthash);
1475 Setattr(lthash, lt, "1");
1949 Hash *lthash; local
1964 lthash = Getattr(r_ltype, ki.item);
1967 ltiter = First(lthash);

Completed in 89 milliseconds