Searched defs:dstend (Results 1 - 5 of 5) sorted by relevance

/external/libcups/cups/
H A Dsnmp.c261 *dstend; /* End of string buffer */ local
278 for (dstptr = dst, dstend = dstptr + dstsize - 1;
279 *src >= 0 && dstptr < dstend;
281 snprintf(dstptr, (size_t)(dstend - dstptr + 1), ".%d", *src);
483 *dstend; /* End of OID array */ local
507 for (dstend = dst + dstsize - 1, dstptr = dst, *dstptr = 0;
508 *src && dstptr < dstend;
H A Dhttp-support.c113 char *dstend, const char *reserved,
2078 char *dstend, /* I - End of destination buffer */
2086 while (*src && dst < dstend)
2098 if ((dst + 2) >= dstend)
2076 http_copy_encode(char *dst, const char *src, char *dstend, const char *reserved, const char *term, int encode) argument
H A Ddest.c3597 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local
3600 while (*src && dst < dstend)
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c9203 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); local
9214 if (dstend - dst < 4) {
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c9877 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); local
9888 if (dstend - dst < 4) {

Completed in 531 milliseconds