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

  /external/pcre/dist/
pcre_get.c 141 firstptr where to put the pointer to the first entry
151 char **firstptr, char **lastptr)
155 PCRE_UCHAR16 **firstptr, PCRE_UCHAR16 **lastptr)
159 PCRE_UCHAR32 **firstptr, PCRE_UCHAR32 **lastptr)
223 *firstptr = (char *)first;
226 *firstptr = (PCRE_UCHAR16 *)first;
229 *firstptr = (PCRE_UCHAR32 *)first;
pcregexp.pas 396 var firstptr,
  /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 643 char *firstptr; local
672 firstptr=strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
676 for(ptr=firstptr, fields=0; ptr && !badcookie;
    [all...]

Completed in 418 milliseconds