Searched refs:lastptr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dpostit2.c47 struct curl_httppost *lastptr=NULL; local
55 &lastptr,
62 &lastptr,
70 &lastptr,
H A Dmulti-post.c38 struct curl_httppost *lastptr=NULL; local
45 &lastptr,
52 &lastptr,
59 &lastptr,
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_as2201.c78 char *lastptr; /* statistics buffer pointer */ member in struct:as2201unit
200 up->lastptr = up->stats;
268 if ((int)(up->lastptr - up->stats + pp->lencode) > SMAX - 2)
270 *up->lastptr++ = ' ';
271 (void)strcpy(up->lastptr, pp->a_lastcode);
272 up->lastptr += pp->lencode;
286 up->lastptr = up->stats;
287 *up->lastptr = '\0';
332 (void)strcpy(up->lastptr, pp->a_lastcode);
333 up->lastptr
[all...]
H A Drefclock_pst.c88 char *lastptr; /* pointer to timecode data */ member in struct:pstunit
208 up->lastptr += refclock_gtlin(rbufp, up->lastptr, pp->a_lastcode
209 + BMAX - 2 - up->lastptr, &trtmp);
210 *up->lastptr++ = ' ';
211 *up->lastptr = '\0';
220 pp->lencode = up->lastptr - pp->a_lastcode;
300 up->lastptr = pp->a_lastcode;
H A Drefclock_hpgps.c121 char *lastptr; /* pointer to receiver response data */ member in struct:hpgpsunit
206 up->lastptr = up->statscrn;
302 if ((int)(pp->lencode + 2) <= (SMAX - (up->lastptr - up->statscrn))) {
303 *up->lastptr++ = '\n';
304 (void)strcpy(up->lastptr, pp->a_lastcode);
305 up->lastptr += pp->lencode;
316 up->lastptr = up->statscrn;
317 *up->lastptr = '\0';
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib554.c74 struct curl_httppost *lastptr=NULL; local
88 &lastptr,
106 &lastptr,
117 &lastptr,
134 &lastptr,
148 formrc = curl_formadd(&formpost, &lastptr,
/macosx-10.9.5/groff-38/groff/src/devices/grohtml/
H A Dhtml-text.cpp48 stackptr(NULL), lastptr(NULL), out(op), space_emitted(TRUE),
289 lastptr = NULL;
351 if (((t == P_TAG) || (t == PRE_TAG)) && (lastptr != NULL)) {
355 lastptr->next = p;
356 lastptr = p;
361 lastptr = p;
512 lastptr = NULL;
534 lastptr = NULL;
872 lastptr = NULL;
880 lastptr
[all...]
H A Dhtml-text.h106 tag_definition *lastptr; /* the end of the stack */ member in class:html_text
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_get.c111 lastptr where to put the pointer to the last entry
119 char **firstptr, char **lastptr)
157 *lastptr = (char *)last;
118 pcre_get_stringtable_entries(const pcre *code, const char *stringname, char **firstptr, char **lastptr) argument
H A Dpcre_exec.c1656 USPTR lastptr = eptr - 1; local
1657 while((*lastptr & 0xc0) == 0x80) lastptr--;
1658 if (lastptr < md->start_used_ptr) md->start_used_ptr = lastptr;
1659 GETCHAR(c, lastptr);
H A Dpcregexp.pas397 lastptr : pchar ) : integer; external;
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcre.c6820 const uschar *lastptr = eptr - 1; local
6821 while((*lastptr & 0xc0) == 0x80) lastptr--;
6822 GETCHAR(c, lastptr);

Completed in 251 milliseconds