Searched defs:blobs (Results 1 - 4 of 4) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java26 private boolean blobs[]; field in class:JDBCPreparedStatement
34 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[parameterInde
[all...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig.h247 * blobs - Configuration blobs
249 struct wpa_config_blob *blobs; member in struct:wpa_config
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h467 * blobs - Configuration blobs
469 struct wpa_config_blob *blobs; member in struct:wpa_config
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c75 struct hbl *blobs; /* SQLite3 blob handles */ member in struct:__anon7121
844 while ((bl = h->blobs)) {
845 h->blobs = bl->next;
1117 h->blobs = 0;
2551 blp = &h->blobs;
4416 bl->next = h->blobs;
4417 h->blobs = bl;

Completed in 234 milliseconds