OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstptr
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist2/src/
pcre2_substring.c
468
firstptr
where to put the pointer to the first entry
472
otherwise, if
firstptr
and lastptr are NULL:
476
the length of each entry, having set
firstptr
and lastptr
481
PCRE2_SPTR *
firstptr
, PCRE2_SPTR *lastptr)
510
if (
firstptr
== NULL) return (first == last)?
512
*
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
777
char *
firstptr
;
local
806
firstptr
= strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
810
for(ptr =
firstptr
, fields = 0; ptr && !badcookie;
[
all
...]
Completed in 7192 milliseconds