Searched refs:_compare (Results 1 – 7 of 7) sorted by relevance
136 if (!info->_compare) in lws_map_create()137 map->info._compare = lws_map_compare_key_default; in lws_map_create()237 if (!map->info._compare(key, keylen, &i[1], i->keylen)) in lws_map_item_lookup()
167 FTC_MruNode_CompareFunc _compare = (FTC_MruNode_CompareFunc)(compare); \180 if ( _compare( _node, (key) ) ) \
65 lws_map_compare_key_t _compare; member
60 compare: _compare,571 return _compare(buf1, buf2);872 return this.byteLength === 0 || _compare(this, otherBuffer) === 0;920 return _compare(this, target);
161 info._compare = compare_mykey_t; in main()
46 bytewise comparison, the map creation info struct ._compare() operation should
227 self._compare = tuple(v or '' for v in self)238 return self._compare == other245 return self._compare > other