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

  /external/tcpdump/
util-print.c 688 size_t toklen = 0; local
707 if (toklen + 2 > tbuflen) {
711 tbuf[toklen] = *(pptr + idx);
712 toklen++;
714 if (toklen == 0) {
718 tbuf[toklen] = '\0';
  /external/libxml2/
rngparser.c 58 int toklen; member in struct:_token
291 token->toklen = cur - ctxt->cur;
292 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
308 token->toklen = 2;
310 token->toklen = 1;
312 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
315 ctxt->cur += token->toklen;
328 token->toklen = cur - ctxt->cur;
329 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
347 token->toklen = cur - ctxt->cur
    [all...]

Completed in 54 milliseconds