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

  /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 85 milliseconds