HomeSort by relevance Sort by last modified time
    Searched refs:bufnum (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 492 int bufnum = 0, i, ii; local
521 bufnum = 0;
524 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
528 p = &(buff->data[bufnum]);
554 bufnum += i;
558 if (bufnum >= 1) {
561 p = &(buff->data[bufnum - 1]);
562 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
563 bufnum--;
569 bufnum = 0
    [all...]
  /external/openssl/crypto/conf/
conf_def.c 213 int bufnum=0,i,ii; local
253 bufnum=0;
257 if (!BUF_MEM_grow(buff,bufnum+CONFBUFSIZE))
262 p= &(buff->data[bufnum]);
289 bufnum+=i;
293 if (bufnum >= 1)
297 p= &(buff->data[bufnum-1]);
299 ((bufnum <= 1) || !IS_ESC(conf,p[-1])))
301 bufnum--;
306 bufnum=0
    [all...]

Completed in 147 milliseconds