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

  /external/curl/docs/examples/
postit2.c 51 struct curl_httppost *lastptr=NULL; local
59 &lastptr,
66 &lastptr,
74 &lastptr,
multi-post.c 41 struct curl_httppost *lastptr=NULL; local
48 &lastptr,
55 &lastptr,
62 &lastptr,
  /external/curl/tests/libtest/
lib554.c 74 struct curl_httppost *lastptr=NULL; local
84 &lastptr,
94 &lastptr,
113 &lastptr,
124 &lastptr,
141 &lastptr,
155 formrc = curl_formadd(&formpost, &lastptr,
  /external/google-breakpad/src/common/linux/
http_upload.cc 127 struct curl_httppost *lastptr = NULL; local
133 (*curl_formadd)(&formpost, &lastptr,
139 (*curl_formadd)(&formpost, &lastptr,
  /external/opencv3/modules/features2d/src/
mser.cpp 711 const uchar* lastptr = srcptr+3; local
717 *dxptr = ChiSquaredDistance( srcptr, lastptr );
720 lastptr += 3;
723 lastptr += srccpt+3;
726 lastptr = srcptr+src.step;
732 *dyptr = ChiSquaredDistance( srcptr, lastptr );
735 lastptr += 3;
738 lastptr += srccpt;
    [all...]
  /external/pcre/dist/
pcre_exec.c 2200 PCRE_PUCHAR lastptr = eptr - 1; local
    [all...]
pcregrep.c 215 omstr **lastptr; member in struct:omdatastr
241 fnstr **lastptr; member in struct:fndatastr
275 patstr **lastptr; member in struct:patdatastr
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1449 const unsigned char *lastptr, *foreptr, *backptr; local
    [all...]

Completed in 320 milliseconds