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

  /external/pcre/dist2/src/
pcre2_substring.c 463 firstptr where to put the pointer to the first entry
467 otherwise, if firstptr and lastptr are NULL:
471 the length of each entry, having set firstptr and lastptr
476 PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr)
505 if (firstptr == NULL) return (first == last)?
507 *firstptr = first;
  /external/vboot_reference/firmware/lib/
vboot_display.c 59 uint8_t *ptr, *firstptr; local
67 firstptr = ptr;
91 entry = (FontArrayEntryHeader *)firstptr;
92 *bufferptr = firstptr + sizeof(FontArrayEntryHeader);
  /external/curl/lib/
cookie.c 661 char *firstptr; local
690 firstptr=strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
694 for(ptr=firstptr, fields=0; ptr && !badcookie;
    [all...]

Completed in 947 milliseconds