Searched defs:from (Results 1 - 25 of 925) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c280 static int nand_read (struct mtd_info *mtd, loff_t from, size_t len,
282 static int nand_read_ecc (struct mtd_info *mtd, loff_t from, size_t len,
284 static int nand_read_oob (struct mtd_info *mtd, loff_t from, size_t len,
308 static int nand_read (struct mtd_info *mtd, loff_t from, size_t len, argument
311 return nand_read_ecc (mtd, from, len, retlen, buf, NULL,NULL);
318 static int nand_read_ecc (struct mtd_info *mtd, loff_t from, size_t len, argument
328 if ((from + len) > mtd->size) {
341 page = from >> NAND_SHIFT;
345 start = from & (mtd->oobblock-1);
362 from
376 nand_read_oob(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) argument
[all...]
/external/zlib/src/contrib/blast/
H A Dblast.c58 * Return need bits from the input stream. This always leaves less than
63 * - Bits are stored in bytes from the least significant bit to the most
64 * significant bit. Therefore bits are dropped from the bottom of the bit
105 * Decode a code from the stream s using huffman table h. Return the symbol or
114 * bits are pulled from the compressed data one at a time and used to
115 * build the code value reversed from what is in the stream in order to
132 int bitbuf; /* bits from stream */
219 left -= h->count[len]; /* deduct count from possible codes */
265 * copy is from distance bytes back in the output stream, copying for length
286 unsigned char *from, *t local
[all...]
/external/zlib/src/contrib/infback9/
H A Dinfback9.c124 then return a Z_BUF_ERROR from inflateBack(). */
137 /* Get a byte of input into the bit accumulator, or return from inflateBack()
148 not enough available input to do that, then return from inflateBack() with
160 /* Remove n bits from the bit accumulator */
175 if it's full. If the write fails, return from inflateBack() with a
237 unsigned long offset; /* distance back to copy string from */
239 unsigned char FAR *from; /* where to copy match bytes from */ local
326 /* copy stored block from input to output */
560 /* copy match from windo
[all...]
/external/zlib/src/examples/
H A Dgun.c16 Copy file attributes from input file to output file
28 gun will decompress from stdin to stdout. The names must end in .gz, -gz,
169 aspect of the compressed data format derived from an implementation that
191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
206 unsigned rem; /* unused bits from input */
299 rem = (unsigned)last >> (8 - left); /* unused bits from last byte */
371 /* Decompress a gzip file from infile to outfile. strm is assumed to have been
513 /* Copy file attributes, from -> to, as best we can. This is best effort, so
517 local void copymeta(char *from, char *to) argument
522 /* get all of from'
[all...]
H A Dgzappend.c8 arising from the use of this software.
20 3. This notice may not be removed or altered from any source distribution.
47 gzappend takes a gzip file and appends to it, compressing files from the
48 command line or data from stdin. The gzip file is written to directly, to
53 zlib 1.2.x's inflate() function. This option returns from inflate() at each
71 data from the gzip file to initialize the dictionary. If the total
74 last bits from the original deflate stream. From here on, the data to
127 unsigned char *start, *last, *to, *from; local
156 start = from = list + cycles; /* start index is arbitrary */
157 tmp = *from; /* sav
[all...]
/external/zlib/src/
H A Dinfback.c7 This code is largely copied from inflate.c. Normally either infback.o or
74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
127 /* Load returned state from inflate_fast() */
138 /* Set state from registers for inflate_fast() */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
193 /* Remove n bits from the bit accumulator */
208 if it's full. If the write fails, return from inflateBack() with a
264 unsigned char FAR *from; /* wher local
[all...]
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
[all...]
H A Dinflate.c18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
65 * - Changed loops from while (1) or do {} while (1) to for (;;), again to
153 /* extract wrap request from windowBits parameter */
253 fixed code decoding. Normally this returns fixed tables from inffixed.h.
375 upon return from inflate(), and since all distances after the first 32K of
469 /* Restore state from registers in inflate() */
487 /* Get a byte of input into the bit accumulator, or return from inflate()
498 not enough available input to do that, then return from inflat
617 unsigned char FAR *from; /* where to copy match bytes from */ local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c56 struct sockaddr_un *from,
64 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un));
70 (u8 *) from->sun_path,
77 struct sockaddr_un *from,
85 os_memcmp(from->sun_path, dst->addr.sun_path,
89 (u8 *) from->sun_path,
107 struct sockaddr_un *from,
118 os_memcmp(from->sun_path, dst->addr.sun_path,
122 "level", (u8 *) from->sun_path, fromlen -
1359 struct sockaddr_un from; local
55 hostapd_ctrl_iface_attach(struct hostapd_data *hapd, struct sockaddr_un *from, socklen_t fromlen) argument
76 hostapd_ctrl_iface_detach(struct hostapd_data *hapd, struct sockaddr_un *from, socklen_t fromlen) argument
106 hostapd_ctrl_iface_level(struct hostapd_data *hapd, struct sockaddr_un *from, socklen_t fromlen, char *level) argument
1826 struct sockaddr_un from; local
[all...]
H A Dhlr_auc_gw.c36 * An example implementation here reads GSM authentication triplets from a
920 struct sockaddr_un from; local
924 fromlen = sizeof(from);
925 res = recvfrom(s, buf, sizeof(buf), 0, (struct sockaddr *) &from,
953 if (sendto(s, resp, os_strlen(resp), 0, (struct sockaddr *) &from,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c185 /* Send IAPP ADD-notify to remove possible association from other APs
265 struct sockaddr_in *from,
282 "Received IAPP ADD-notify (seq# %d) from %s:%d%s",
284 inet_ntoa(from->sin_addr), ntohs(from->sin_port),
312 struct sockaddr_in from; local
318 fromlen = sizeof(from);
320 (struct sockaddr *) &from, &fromlen);
327 if (from.sin_addr.s_addr == iapp->own.s_addr)
332 "Received %d byte IAPP frame from
264 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
[all...]
H A Dvlan_init.c664 struct sockaddr_nl from; local
669 fromlen = sizeof(from);
671 (struct sockaddr *) &from, &fromlen);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c113 /* SessionTicket received from OpenSSL hello_extension_cb (server) */
208 static int cryptoapi_rsa_pub_enc(int flen, const unsigned char *from, argument
216 static int cryptoapi_rsa_pub_dec(int flen, const unsigned char *from, argument
224 static int cryptoapi_rsa_priv_enc(int flen, const unsigned char *from, argument
274 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) {
303 static int cryptoapi_rsa_priv_dec(int flen, const unsigned char *from, argument
683 * @pkcs11_so_path: pksc11_so_path from the configuration
684 * @pcks11_module_path: pkcs11_module_path from the configuration
710 wpa_printf(MSG_DEBUG, "ENGINE: Loading pkcs11 Engine from %s",
719 * @opensc_so_path: opensc_so_path from th
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c432 struct sockaddr_un from; local
433 socklen_t fromlen = sizeof(from);
440 (struct sockaddr *) &from, &fromlen);
H A Ddriver_test.c137 test_driver_get_cli(struct wpa_driver_test_data *drv, struct sockaddr_un *from, argument
144 strncmp(cli->un.sun_path, from->sun_path,
471 struct sockaddr_un *from, socklen_t fromlen,
503 wpa_printf(MSG_DEBUG, "test_driver: Scan from " MACSTR,
542 (struct sockaddr *) from, fromlen);
548 struct sockaddr_un *from, socklen_t fromlen,
601 wpa_printf(MSG_DEBUG, "%s: No matching SSID found from "
608 memcpy(&cli->un, from, sizeof(cli->un));
619 (struct sockaddr *) from, fromlen);
626 struct sockaddr_un *from, socklen_
470 test_driver_scan(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, char *data) argument
547 test_driver_assoc(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, char *data) argument
625 test_driver_disassoc(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen) argument
638 test_driver_eapol(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
674 test_driver_ether(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
701 test_driver_mlme(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
778 struct sockaddr_un from; local
1677 wpa_driver_test_scanresp(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const char *data) argument
1773 wpa_driver_test_assocresp(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const char *data) argument
1799 wpa_driver_test_disassoc(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen) argument
1808 wpa_driver_test_eapol(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1830 wpa_driver_test_mlme(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1896 wpa_driver_test_scan_cmd(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1953 struct sockaddr_storage from; local
[all...]
H A Dnetlink.c41 struct sockaddr_nl from; local
47 fromlen = sizeof(from);
49 (struct sockaddr *) &from, &fromlen);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_privsep.c98 struct sockaddr_un from; local
99 socklen_t fromlen = sizeof(from);
101 os_memset(&from, 0, sizeof(from));
102 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &from,
113 if (from.sun_family != AF_UNIX ||
114 os_strncmp(from.sun_path, l2->priv_addr.sun_path,
115 sizeof(from.sun_path)) != 0) {
116 wpa_printf(MSG_DEBUG, "L2: Received message from unexpected "
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c67 "Disconnect-Request from %s:%d", attr,
78 wpa_printf(MSG_INFO, "DAS: Invalid NAS-IP-Address from %s:%d",
90 wpa_printf(MSG_INFO, "DAS: Invalid NAS-IPv6-Address from %s:%d",
113 "'%s' from %s:%d", tmp, abuf, from_port);
141 wpa_printf(MSG_INFO, "DAS: NAS mismatch from %s:%d",
146 wpa_printf(MSG_INFO, "DAS: Session not found for request from "
183 } from; local
195 fromlen = sizeof(from);
197 (struct sockaddr *) &from.ss, &fromlen);
203 os_strlcpy(abuf, inet_ntoa(from
[all...]
H A Dradius_server.c76 char *username; /* from User-Name attribute */
282 * @ctx: Context data from conf_ctx
289 * This is used to fetch information from user database. The callback
629 RADIUS_DEBUG("User-Name not found from user database");
912 struct sockaddr *from, socklen_t fromlen,
921 RADIUS_DEBUG("Reject invalid request from %s:%d",
959 (struct sockaddr *) from, sizeof(*from)) < 0) {
972 struct sockaddr *from, socklen_t fromlen,
1003 radius_server_reject(data, client, msg, from, fromle
909 radius_server_reject(struct radius_server_data *data, struct radius_client *client, struct radius_msg *request, struct sockaddr *from, socklen_t fromlen, const char *from_addr, int from_port) argument
970 radius_server_request(struct radius_server_data *data, struct radius_msg *msg, struct sockaddr *from, socklen_t fromlen, struct radius_client *client, const char *from_addr, int from_port, struct radius_session *force_sess) argument
1177 } from; local
1287 } from; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Diapp.c185 /* Send IAPP ADD-notify to remove possible association from other APs
265 struct sockaddr_in *from,
282 "Received IAPP ADD-notify (seq# %d) from %s:%d%s",
284 inet_ntoa(from->sin_addr), ntohs(from->sin_port),
312 struct sockaddr_in from; local
318 fromlen = sizeof(from);
320 (struct sockaddr *) &from, &fromlen);
327 if (from.sin_addr.s_addr == iapp->own.s_addr)
332 "Received %d byte IAPP frame from
264 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
[all...]
H A Dvlan_init.c664 struct sockaddr_nl from; local
669 fromlen = sizeof(from);
671 (struct sockaddr *) &from, &fromlen);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c113 /* SessionTicket received from OpenSSL hello_extension_cb (server) */
208 static int cryptoapi_rsa_pub_enc(int flen, const unsigned char *from, argument
216 static int cryptoapi_rsa_pub_dec(int flen, const unsigned char *from, argument
224 static int cryptoapi_rsa_priv_enc(int flen, const unsigned char *from, argument
274 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) {
303 static int cryptoapi_rsa_priv_dec(int flen, const unsigned char *from, argument
683 * @pkcs11_so_path: pksc11_so_path from the configuration
684 * @pcks11_module_path: pkcs11_module_path from the configuration
710 wpa_printf(MSG_DEBUG, "ENGINE: Loading pkcs11 Engine from %s",
719 * @opensc_so_path: opensc_so_path from th
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c432 struct sockaddr_un from; local
433 socklen_t fromlen = sizeof(from);
440 (struct sockaddr *) &from, &fromlen);
H A Ddriver_test.c137 test_driver_get_cli(struct wpa_driver_test_data *drv, struct sockaddr_un *from, argument
144 strncmp(cli->un.sun_path, from->sun_path,
471 struct sockaddr_un *from, socklen_t fromlen,
503 wpa_printf(MSG_DEBUG, "test_driver: Scan from " MACSTR,
542 (struct sockaddr *) from, fromlen);
548 struct sockaddr_un *from, socklen_t fromlen,
601 wpa_printf(MSG_DEBUG, "%s: No matching SSID found from "
608 memcpy(&cli->un, from, sizeof(cli->un));
619 (struct sockaddr *) from, fromlen);
626 struct sockaddr_un *from, socklen_
470 test_driver_scan(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, char *data) argument
547 test_driver_assoc(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, char *data) argument
625 test_driver_disassoc(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen) argument
638 test_driver_eapol(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
674 test_driver_ether(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
701 test_driver_mlme(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
778 struct sockaddr_un from; local
1677 wpa_driver_test_scanresp(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const char *data) argument
1773 wpa_driver_test_assocresp(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const char *data) argument
1799 wpa_driver_test_disassoc(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen) argument
1808 wpa_driver_test_eapol(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1830 wpa_driver_test_mlme(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1896 wpa_driver_test_scan_cmd(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1953 struct sockaddr_storage from; local
[all...]

Completed in 247 milliseconds

1234567891011>>