Home
last modified time | relevance | path

Searched refs:blobs (Results 1 - 25 of 28) sorted by relevance

12

/third_party/rust/crates/cxx/demo/src/
H A Dblobstore.cc22 std::unordered_map<uint64_t, Blob> blobs; member
45 impl->blobs[blobid] = {std::move(contents), {}}; in put()
51 impl->blobs[blobid].tags.emplace(tag); in tag()
57 auto blob = impl->blobs.find(blobid); in metadata()
58 if (blob != impl->blobs.end()) { in metadata()
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.c30 * efficient: allocate larger "blobs", and give out individual
48 desc->blobs = NULL; in protect_allocations()
53 struct allocation_blob *blob = desc->blobs; in drop_all_allocations()
55 desc->blobs = NULL; in drop_all_allocations()
77 struct allocation_blob *blob = desc->blobs; in allocate()
111 desc->blobs = newblob; in allocate()
H A Dallocate.h14 struct allocation_blob *blobs; member
/third_party/skia/tests/
H A DTextBlobCacheTest.cpp36 static void draw(SkCanvas* canvas, int redraw, const SkTArray<sk_sp<SkTextBlob>>& blobs) { in draw() argument
39 for (int i = 0; i < blobs.count(); i++) { in draw()
40 const auto& blob = blobs[i]; in draw()
100 SkTArray<sk_sp<SkTextBlob>> blobs; in text_blob_cache_inner() local
143 blobs.emplace_back(builder.make()); in text_blob_cache_inner()
159 draw(canvas, 2, blobs); in text_blob_cache_inner()
160 draw(canvasNoLCD, 2, blobs); in text_blob_cache_inner()
164 draw(canvas, 1, blobs); in text_blob_cache_inner()
167 draw(canvasNoLCD, 1, blobs); in text_blob_cache_inner()
171 draw(canvas, 1, blobs); in text_blob_cache_inner()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbmvvideo.c210 int blobs = bytestream_get_byte(&c->stream); in decode_frame() local
211 if (pkt->size < blobs * 65 + 2) { in decode_frame()
215 c->stream += blobs * 65; in decode_frame()
/third_party/node/test/fixtures/wpt/FileAPI/blob/
H A DBlob-slice.any.js110 // Test blobs all the way down
159 var blobs = data[0];
163 var blob = new Blob(blobs);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_none.c51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
52 /* TODO: write blobs */ in wpa_config_write()
H A Dconfig.h659 * blobs - Configuration blobs
661 struct wpa_config_blob *blobs; member
H A Dconfig.c2652 blob = config->blobs; in wpa_config_flush_blobs()
2653 config->blobs = NULL; in wpa_config_flush_blobs()
3993 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob()
4016 blob->next = config->blobs; in wpa_config_set_blob()
4017 config->blobs = blob; in wpa_config_set_blob()
4043 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob()
4050 config->blobs = pos->next; in wpa_config_remove_blob()
H A Dconfig_winreg.c19 * network block in the configuration file. In addition, blobs subkey has
20 * possible blobs as values.
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
61 "blobs key"); in wpa_config_read_blobs()
62 return 0; /* assume no blobs */ in wpa_config_read_blobs()
967 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL, in wpa_config_write_blob()
970 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: " in wpa_config_write_blob()
1035 RegDeleteKey(hk, TEXT("blobs")); in wpa_config_write()
1036 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
H A Dconfig_file.c1605 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_none.c51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
52 /* TODO: write blobs */ in wpa_config_write()
H A Dconfig.h694 * blobs - Configuration blobs
696 struct wpa_config_blob *blobs; member
H A Dconfig.c3027 blob = config->blobs; in wpa_config_flush_blobs()
3028 config->blobs = NULL; in wpa_config_flush_blobs()
4446 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob()
4469 blob->next = config->blobs; in wpa_config_set_blob()
4470 config->blobs = blob; in wpa_config_set_blob()
4496 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob()
4503 config->blobs = pos->next; in wpa_config_remove_blob()
H A Dconfig_winreg.c19 * network block in the configuration file. In addition, blobs subkey has
20 * possible blobs as values.
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
61 "blobs key"); in wpa_config_read_blobs()
62 return 0; /* assume no blobs */ in wpa_config_read_blobs()
982 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL, in wpa_config_write_blob()
985 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: " in wpa_config_write_blob()
1050 RegDeleteKey(hk, TEXT("blobs")); in wpa_config_write()
1051 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
H A Dconfig_file.c1683 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
/third_party/python/Modules/_sqlite/
H A Dconnection.h66 /* Lists of weak references to cursors and blobs used within this connection */
68 PyObject *blobs; member
H A Dconnection.c229 /* Create lists of weak references to cursors and blobs */ in pysqlite_connection_init_impl()
236 PyObject *blobs = PyList_New(0); in pysqlite_connection_init_impl() local
237 if (blobs == NULL) { in pysqlite_connection_init_impl()
252 self->blobs = blobs; in pysqlite_connection_init_impl()
301 Py_VISIT(self->blobs); in connection_traverse()
325 Py_CLEAR(self->blobs); in connection_clear()
471 // Add our blob to connection blobs list in blobopen_impl()
476 rc = PyList_Append(self->blobs, weakref); in blobopen_impl()
H A Dblob.c98 for (int i = 0; i < PyList_GET_SIZE(self->blobs); i++) { in pysqlite_close_all_blobs()
99 PyObject *weakref = PyList_GET_ITEM(self->blobs, i); in pysqlite_close_all_blobs()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c1142 size_t rwsize, tailsize, blobs, i; in copyfat() local
1151 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()
1162 for (i = 0; i < blobs; in copyfat()
1164 if (i == blobs - 1) { in copyfat()
/third_party/curl/lib/
H A Dsetopt.c1740 result = Curl_setblobopt(&data->set.blobs[BLOB_CERT], in Curl_vsetopt()
1755 result = Curl_setblobopt(&data->set.blobs[BLOB_CERT_PROXY], in Curl_vsetopt()
1786 result = Curl_setblobopt(&data->set.blobs[BLOB_KEY], in Curl_vsetopt()
1801 result = Curl_setblobopt(&data->set.blobs[BLOB_KEY_PROXY], in Curl_vsetopt()
2093 result = Curl_setblobopt(&data->set.blobs[BLOB_CAINFO], in Curl_vsetopt()
2116 result = Curl_setblobopt(&data->set.blobs[BLOB_CAINFO_PROXY], in Curl_vsetopt()
2184 result = Curl_setblobopt(&data->set.blobs[BLOB_SSL_ISSUERCERT], in Curl_vsetopt()
2200 result = Curl_setblobopt(&data->set.blobs[BLOB_SSL_ISSUERCERT_PROXY], in Curl_vsetopt()
H A Deasy.c847 memset(dst->set.blobs, 0, BLOB_LAST * sizeof(struct curl_blob *)); in dupset()
856 /* duplicate all blobs */ in dupset()
858 result = Curl_setblobopt(&dst->set.blobs[j], src->set.blobs[j]); in dupset()
H A Ddoh.c293 if(data->set.blobs[BLOB_CAINFO]) { in dohprobe()
295 data->set.blobs[BLOB_CAINFO]); in dohprobe()
H A Durldata.h1789 struct curl_blob *blobs[BLOB_LAST]; member
/third_party/curl/lib/vtls/
H A Dvtls.c122 /* returns TRUE if the blobs are identical */
280 data->set.ssl.primary.issuercert_blob = data->set.blobs[BLOB_SSL_ISSUERCERT]; in Curl_ssl_easy_config_complete()
287 data->set.ssl.primary.cert_blob = data->set.blobs[BLOB_CERT]; in Curl_ssl_easy_config_complete()
288 data->set.ssl.primary.ca_info_blob = data->set.blobs[BLOB_CAINFO]; in Curl_ssl_easy_config_complete()
299 data->set.ssl.key_blob = data->set.blobs[BLOB_KEY]; in Curl_ssl_easy_config_complete()
310 data->set.proxy_ssl.primary.cert_blob = data->set.blobs[BLOB_CERT_PROXY]; in Curl_ssl_easy_config_complete()
312 data->set.blobs[BLOB_CAINFO_PROXY]; in Curl_ssl_easy_config_complete()
316 data->set.blobs[BLOB_SSL_ISSUERCERT_PROXY]; in Curl_ssl_easy_config_complete()
324 data->set.proxy_ssl.key_blob = data->set.blobs[BLOB_KEY_PROXY]; in Curl_ssl_easy_config_complete()

Completed in 42 milliseconds

12