Searched refs:blobs (Results 1 – 20 of 20) sorted by relevance
26 private boolean blobs[]; field in JDBCPreparedStatement34 this.blobs = null;82 blobs = new boolean[nparm];104 if (blobs[parm]) {128 blobs[parameterIndex - 1] = false;137 blobs[parameterIndex - 1] = false;145 blobs[parameterIndex - 1] = false;153 blobs[parameterIndex - 1] = false;161 blobs[parameterIndex - 1] = false;169 blobs[parameterIndex - 1] = false;[all …]
4 ; as monolithic blobs.
51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
607 struct wpa_config_blob *blobs; member
2199 blob = config->blobs; in wpa_config_flush_blobs()2200 config->blobs = NULL; in wpa_config_flush_blobs()3419 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob()3442 blob->next = config->blobs; in wpa_config_set_blob()3443 config->blobs = blob; in wpa_config_set_blob()3469 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob()3476 config->blobs = pos->next; in wpa_config_remove_blob()
290 network block in the configuration file. In addition, blobs subkey has291 possible blobs as values.
1022 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
1349 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
228 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
244 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
228 * added option to set config blobs through control interface with1451 * added support for named configuration blobs in order to avoid having
8 ; rdar://9776316 - type remapping needed for inline asm blobs.
63 const SkTDArray<const SkTextBlob*>& blobs = record.getTextBlobRefs(); in SkPictureData() local64 fTextBlobCount = blobs.count(); in SkPictureData()68 fTextBlobRefs[i] = SkRef(blobs[i]); in SkPictureData()
62 # Use external files for startup data blobs:
200 releasing the binary blobs.
74 struct hbl *blobs; /* SQLite3 blob handles */ member843 while ((bl = h->blobs)) { in doclose()844 h->blobs = bl->next; in doclose()1116 h->blobs = 0; in Java_SQLite_Database__1open4()2550 blp = &h->blobs; in doblobfinal()4415 bl->next = h->blobs; in Java_SQLite_Database__1open_1blob()4416 h->blobs = bl; in Java_SQLite_Database__1open_1blob()
11 - Reject blobs larger than 2GB. This might break some icu-le-hb clients
3369 blob = wpa_s->conf->blobs; in wpas_dbus_getter_blobs()
6394 allow caching and replaying of compressed blobs of data.