HomeSort by relevance Sort by last modified time
    Searched defs:lineptr (Results 1 - 7 of 7) sorted by null

  /external/curl/lib/
cookie.c 36 struct CookieInfo *c, bool httpheader, char *lineptr,
39 The 'lineptr' parameter is a full "Set-cookie:" line as
371 char *lineptr, /* first character of the line */
410 semiptr=strchr(lineptr, ';'); /* first, find a semicolon */
412 while(*lineptr && ISBLANK(*lineptr))
413 lineptr++;
415 ptr = lineptr;
672 if(strncmp(lineptr, "#HttpOnly_", 10) == 0) {
673 lineptr += 10
954 char *lineptr; local
    [all...]
  /external/libcups/cups/
http.c 1158 char *lineptr, /* Pointer into line */ local
1176 lineptr = line;
1180 while (lineptr < lineend)
1282 lineptr < lineend && bufptr < bufend;)
1293 *lineptr++ = *bufptr++;
1308 *lineptr = '\0';
    [all...]
ppd.c 2877 *lineptr; \/* Current position in line buffer *\/ local
    [all...]
dest.c 3792 *lineptr, \/* Pointer into line *\/ local
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 534 const char* lineptr = buffer_; local
538 = reader_->ReadInitialLength(lineptr, &initial_length_size);
540 lineptr += initial_length_size;
548 header_.version = reader_->ReadTwoBytes(lineptr);
549 lineptr += 2;
551 header_.prologue_length = reader_->ReadOffset(lineptr);
552 lineptr += reader_->OffsetSize();
554 header_.min_insn_length = reader_->ReadOneByte(lineptr);
555 lineptr += 1;
557 header_.default_is_stmt = reader_->ReadOneByte(lineptr);
816 const char* lineptr = after_header_; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 1094 const char *lineptr;
1105 for (lineptr = line; (*lineptr) != '\0' && (*lineptr) != ' '; lineptr++)
1108 c = *lineptr;
1109 *(char *) lineptr = '\0';
1114 *(char *) lineptr = c;
1117 lineptr = line;
1123 if (*lineptr++ != '\0'
1088 const char *lineptr; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 2352 const unsigned char* lineptr = this->buffer_; local
    [all...]

Completed in 403 milliseconds