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

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_none.c52 for (blob = config->blobs; blob; blob = blob->next) {
53 /* TODO: write blobs */
H A Dconfig.h247 * blobs - Configuration blobs
249 struct wpa_config_blob *blobs; member in struct:wpa_config
H A Dconfig.c1610 blob = config->blobs;
1900 struct wpa_config_blob *blob = config->blobs;
1923 blob->next = config->blobs;
1924 config->blobs = blob;
1950 struct wpa_config_blob *pos = config->blobs, *prev = NULL;
1957 config->blobs = pos->next;
H A Dconfig_file.c931 for (blob = config->blobs; blob; blob = blob->next) {
H A Dconfig_winreg.c25 * network block in the configuration file. In addition, blobs subkey has
26 * possible blobs as values.
64 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk);
67 "blobs key");
68 return 0; /* assume no blobs */
901 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL,
904 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: "
969 RegDeleteKey(hk, TEXT("blobs"));
970 for (blob = config->blobs; blob; blob = blob->next) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c46 for (blob = config->blobs; blob; blob = blob->next) {
47 /* TODO: write blobs */
H A Dconfig.h467 * blobs - Configuration blobs
469 struct wpa_config_blob *blobs; member in struct:wpa_config
H A Dconfig.c1866 blob = config->blobs;
2493 struct wpa_config_blob *blob = config->blobs;
2516 blob->next = config->blobs;
2517 config->blobs = blob;
2543 struct wpa_config_blob *pos = config->blobs, *prev = NULL;
2550 config->blobs = pos->next;
H A Dconfig_file.c966 for (blob = config->blobs; blob; blob = blob->next) {
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);
61 "blobs key");
62 return 0; /* assume no blobs */
931 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL,
934 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: "
999 RegDeleteKey(hk, TEXT("blobs"));
1000 for (blob = config->blobs; blob; blob = blob->next) {
/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/libvpx/examples/includes/
H A Dvp8_doc_tools.php132 * do_geshi() - Performs GeSHi transforms on XHTML blobs
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c75 struct hbl *blobs; /* SQLite3 blob handles */ member in struct:__anon6528
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;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1653 * Asks wpa_supplicant to internally store a binary blobs.
1724 * Gets one wpa_supplicant's binary blobs.
1789 * Asks wpa_supplicant to internally remove a binary blobs.
2900 * wpas_dbus_getter_blobs - Get all blobs defined for this interface
2923 blob = wpa_s->conf->blobs;

Completed in 309 milliseconds