Home | History | Annotate | Download | only in cintltst

Lines Matching refs:_put

32 static void _put(UHashtable* hash,
120 _put(hash, one, 1, 0);
121 _put(hash, omega, 24, 0);
122 _put(hash, two, 2, 0);
123 _put(hash, three, 3, 0);
124 _put(hash, one, -1, 1);
125 _put(hash, two, -2, 2);
126 _put(hash, omega, 48, 24);
127 _put(hash, one, 100, -1);
132 _put(hash, two, 200, 0);
304 _put(hash, which, 1, 0);
305 _put(hash, WHICH2, 2, 1);
306 _put(hash, where, 3, 0);
338 static void _put(UHashtable* hash,