Searched defs:bufpos (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.h190 size_t bufpos = 0; local
191 while (buffer[bufpos] && (bufpos < buflen)) {
192 ++bufpos;
194 return bufpos;
222 size_t bufpos = strlenn(buffer, buflen - 1);
223 return bufpos + strcpyn(buffer + bufpos, buflen - bufpos, source, srclen);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstringencode.cc50 size_t srcpos = 0, bufpos = 0;
51 while ((srcpos < srclen) && (bufpos + 1 < buflen)) {
54 if (bufpos + 2 >= buflen)
56 buffer[bufpos++] = escape;
58 buffer[bufpos++] = ch;
61 buffer[bufpos] = '\0';
62 return bufpos;
72 size_t srcpos = 0, bufpos = 0;
73 while ((srcpos < srclen) && (bufpos + 1 < buflen)) {
78 buffer[bufpos
116 size_t srcpos = 0, bufpos = 0; local
194 size_t srcpos = 0, bufpos = 0; local
[all...]
H A Dstringutils.h187 size_t bufpos = 0; local
188 while (buffer[bufpos] && (bufpos < buflen)) {
189 ++bufpos;
191 return bufpos;
219 size_t bufpos = strlenn(buffer, buflen - 1);
220 return bufpos + strcpyn(buffer + bufpos, buflen - bufpos, source, srclen);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dbio_asn1.c97 int bufpos; member in struct:BIO_ASN1_BUF_CTX_t
170 ctx->bufpos = 0;
248 ctx->buf + ctx->bufpos, ctx->buflen);
254 ctx->bufpos += ret;
257 ctx->bufpos = 0;
/external/openssl/crypto/asn1/
H A Dbio_asn1.c97 int bufpos; member in struct:BIO_ASN1_BUF_CTX_t
170 ctx->bufpos = 0;
248 ctx->buf + ctx->bufpos, ctx->buflen);
254 ctx->bufpos += ret;
257 ctx->bufpos = 0;
/external/svox/pico/lib/
H A Dpicoos.c1929 * position bufpos. */
1930 static picoos_uint8 os_matched( picoos_char * str, picoos_uint32 strlen, picoos_char * buf, picoos_int32 bufpos) { argument
1932 while (i >= 0 && buf[bufpos] == str[i]) {
1934 bufpos--;
1935 if (bufpos < 0) {
1936 bufpos = strlen-1;
1963 picoos_uint8 strlen, bufpos; local
1976 bufpos = strlen-1; /* last legal buf position */
1977 done = os_matched(str,strlen,buf,bufpos);
1980 bufpos
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 200 milliseconds