HomeSort by relevance Sort by last modified time
    Searched defs:bufptr (Results 26 - 50 of 53) sorted by null

12 3

  /external/libcups/cups/
snmp.c 931 unsigned char *bufptr, /* Pointer into the data */ local
943 bufptr = buffer;
946 if (asn1_get_type(&bufptr, bufend) != CUPS_ASN1_SEQUENCE)
948 else if (asn1_get_length(&bufptr, bufend) == 0)
950 else if (asn1_get_type(&bufptr, bufend) != CUPS_ASN1_INTEGER)
952 else if ((length = asn1_get_length(&bufptr, bufend)) == 0)
954 else if ((packet->version = asn1_get_integer(&bufptr, bufend, length))
957 else if (asn1_get_type(&bufptr, bufend) != CUPS_ASN1_OCTET_STRING)
959 else if ((length = asn1_get_length(&bufptr, bufend)) == 0)
963 asn1_get_string(&bufptr, bufend, length, packet->community
1089 unsigned char *bufptr; \/* Pointer into buffer *\/ local
    [all...]
tls-gnutls.c 1053 char *bufptr, /* Pointer into buffer */ local
1058 bufptr = buffer + strlen(buffer);
1060 while (*filename && bufptr < bufend)
1063 *bufptr++ = *filename;
1065 *bufptr++ = '_';
1070 if (bufptr < bufend)
1071 *bufptr++ = '.';
1073 strlcpy(bufptr, ext, (size_t)(bufend - bufptr + 1));
    [all...]
tls-sspi.c 1127 const char *bufptr; /* Pointer into buffer */ local
1149 bufptr = buf;
1161 memcpy(sspi->writeBuffer + sspi->streamSizes.cbHeader, bufptr, chunk);
    [all...]
http.c 1160 *bufptr, /* Pointer into input buffer */ local
1281 for (bufptr = http->buffer, bufend = http->buffer + http->used;
1282 lineptr < lineend && bufptr < bufend;)
1284 if (*bufptr == 0x0a)
1287 bufptr ++;
1290 else if (*bufptr == 0x0d)
1291 bufptr ++;
1293 *lineptr++ = *bufptr++;
1296 http->used -= (int)(bufptr - http->buffer);
1298 memmove(http->buffer, bufptr, (size_t)http->used)
    [all...]
ipp.c 1161 *bufptr; \/* Pointer into buffer *\/ local
2968 *bufptr; \/* Pointer into buffer *\/ local
4508 *bufptr; \/* Pointer into buffer *\/ local
5503 *bufptr; \/* Pointer into buffer *\/ local
6569 char *bufptr, \/* Pointer into buffer *\/ local
    [all...]
  /external/libcups/filter/
raster.c 49 *bufptr, /* Current (read) position in buffer */ member in struct:_cups_raster_s
1204 unsigned char *bufptr; \/* Pointer into write buffer *\/ local
1669 unsigned char *bufptr; \/* Temporary buffer pointer *\/ local
    [all...]
pstops.c 2218 char *bufptr, \/* Pointer in buffer *\/ local
    [all...]
  /system/core/adb/client/
usb_linux.cpp 141 unsigned char* bufptr = devdesc; local
164 bufend = bufptr + desclength;
173 device = (struct usb_device_descriptor*)bufptr;
174 bufptr += USB_DT_DEVICE_SIZE;
186 config = (struct usb_config_descriptor *)bufptr;
187 bufptr += USB_DT_CONFIG_SIZE;
195 while (bufptr < bufend) {
196 unsigned char length = bufptr[0];
197 unsigned char type = bufptr[1];
200 interface = (struct usb_interface_descriptor *)bufptr;
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
pex-win32.c 599 char *bufptr; local
611 bufptr = env_block;
613 bufptr = stpcpy (bufptr, env_copy[var]) + 1;
615 *bufptr = '\0';
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 467 char *bufptr; local
479 bufptr = memchr(f->f_bufptr, '\n', len);
480 if (bufptr != NULL) {
481 bufptr++; /* Count the '\n' */
482 len = bufptr - f->f_bufptr;
488 f->f_bufptr = bufptr;
489 if (bufptr == f->f_bufend)
492 bufptr = f->f_bufptr;
501 memcpy(PyString_AS_STRING(s)+skip, bufptr, len);
    [all...]
posixmodule.c 2106 char *bufptr = namebuf; local
    [all...]
  /external/libmtp/src/
libopenusb1-glue.c 212 uint8_t *bufptr = (uint8_t *) &buf; local
329 ret = openusb_get_raw_desc(libmtp_openusb_handle, *dev, USB_DESC_TYPE_STRING, 0xee, 0, &bufptr, (unsigned short *)&buffersize);
382 ctrl.payload = bufptr; // Out
437 ctrl.payload = bufptr; // Out
    [all...]
  /external/mksh/src/
main.c 157 } *bufptr; local
160 cp = alloc(sizeof(*bufptr) - sizeof(ALLOC_ITEM), APERM);
162 memset(cp, 0, sizeof(*bufptr) - sizeof(ALLOC_ITEM));
164 bufptr = (void *)(cp - sizeof(ALLOC_ITEM));
166 bufptr->dataptr = &rndsetupstate;
168 bufptr->stkptr = &bufptr;
170 bufptr->mallocptr = bufptr;
173 sigsetjmp(bufptr->jbuf, 1)
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 455 char *bufptr; local
467 bufptr = memchr(f->f_bufptr, '\n', len);
468 if (bufptr != NULL) {
469 bufptr++; /* Count the '\n' */
470 len = bufptr - f->f_bufptr;
476 f->f_bufptr = bufptr;
477 if (bufptr == f->f_bufend)
480 bufptr = f->f_bufptr;
489 memcpy(PyString_AS_STRING(s)+skip, bufptr, len);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
natsemi.h 15 uint32_t bufptr; member in struct:natsemi_tx
21 uint32_t bufptr; member in struct:natsemi_rx
ns83820.c 355 uint64_t bufptr; member in struct:ring_desc
362 u32 bufptr; member in struct:ring_desc
504 rx_ring[i].bufptr =
566 tx_ring[i].bufptr = 0;
735 tx_ring[cur_tx].bufptr = virt_to_le32desc(&txb);
sis900.h 374 u32 bufptr; member in struct:_BufferDesc
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 147 unsigned char* bufptr; /* current frame, point to header or data */ member in struct:__anon47279
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 2280 char *bufptr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 2212 char *bufptr; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 1228 JSAMPROW bufptr = (JSAMPROW)buf; local
1902 JSAMPROW bufptr[1]; local
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 2278 char *bufptr; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 97 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
410 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
411 dpy->last_req = dpy->bufptr;\
412 *(dpy->bufptr) = X_NoOperation;\
413 *(dpy->bufptr+1) = 0;\
414 *(dpy->bufptr+2) = 0;\
415 *(dpy->bufptr+3) = 1;\
417 dpy->bufptr += 4;\
574 if (dpy->bufptr + (len) <= dpy->bufmax) {\
575 memcpy(dpy->bufptr, data, (int)len);
    [all...]
  /external/libpcap/
pcap-linux.c 1111 char * bufptr; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 7712 uint8_t *bufptr = buffer; local
    [all...]

Completed in 1118 milliseconds

12 3