Home
last modified time | relevance | path

Searched refs:_compare (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/core/
Dlws_map.c136 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()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmru.h167 FTC_MruNode_CompareFunc _compare = (FTC_MruNode_CompareFunc)(compare); \
180 if ( _compare( _node, (key) ) ) \
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h65 lws_map_compare_key_t _compare; member
/third_party/node/lib/
Dbuffer.js60 compare: _compare,
571 return _compare(buf1, buf2);
872 return this.byteLength === 0 || _compare(this, otherBuffer) === 0;
920 return _compare(this, target);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
Dmain.c161 info._compare = compare_mykey_t; in main()
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md46 bytewise comparison, the map creation info struct ._compare() operation should
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py227 self._compare = tuple(v or '' for v in self)
238 return self._compare == other
245 return self._compare > other