Home
last modified time | relevance | path

Searched full:pstart (Results 51 - 62 of 62) sorted by relevance

123

/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c3034 unsigned char *p, *pstart; in lws_serve_http_file_fragment() local
3084 p = pstart = pt->serv_buf + LWS_H2_FRAME_HEADER_LENGTH; in lws_serve_http_file_fragment()
3194 n = lws_ptr_diff(p, pstart) + (int)amount; in lws_serve_http_file_fragment()
3218 p = pstart; in lws_serve_http_file_fragment()
3225 n += lws_snprintf((char *)pstart + n, 6, in lws_serve_http_file_fragment()
/third_party/lwip/src/netif/ppp/
H A Deap.c2137 const u_char *pstart; in eap_printpkt() local
2142 pstart = inp; in eap_printpkt()
2419 return (inp - pstart); in eap_printpkt()
H A Dipcp.c2242 const u_char *pstart, *optend; in ipcp_printpkt() local
2250 pstart = p; in ipcp_printpkt()
2362 return p - pstart; in ipcp_printpkt()
H A Dlcp.c2387 const u_char *pstart, *optend; in lcp_printpkt() local
2393 pstart = p; in lcp_printpkt()
2631 return p - pstart; in lcp_printpkt()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duset.h1209 * @param pStart pointer to variable to receive first character
1218 UChar32* pStart, UChar32* pEnd);
/third_party/icu/icu4c/source/common/unicode/
H A Duset.h1247 * @param pStart pointer to variable to receive first character
1256 UChar32* pStart, UChar32* pEnd);
/third_party/node/deps/icu-small/source/common/unicode/
H A Duset.h1279 * @param pStart pointer to variable to receive first character
1288 UChar32* pStart, UChar32* pEnd);
/third_party/lz4/lib/
H A Dlz4.c661 const BYTE* const pStart = pIn; in LZ4_count() local
675 return (unsigned)(pIn - pStart); in LZ4_count()
681 return (unsigned)(pIn - pStart); in LZ4_count()
/third_party/sqlite/src/
H A Dsqlite3.c16905 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
16916 void *pStart; /* First byte of available memory space */ member
19726 Expr *pStart; /* Expression for "<expr> PRECEDING" */ member
53764 void *pStart, *pEnd; /* Bounds of global page cache memory */ global() member
76082 u8 * const pStart = &aData[pPg->hdrOffset + 8 + pPg->childPtrSize]; global() local
121373 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Expr *pPIWhere, int sortOrder, int ifNotExist, u8 idxType ) global() argument
153495 WhereTerm *pStart, *pEnd; global() local
164302 sqlite3WindowAlloc( Parse *pParse, int eType, int eStart, Expr *pStart, int eEnd, Expr *pEnd, u8 eExclude ) global() argument
174156 void *pStart; global() local
179999 const unsigned char *pStart = p; global() local
180040 const unsigned char *pStart = p; global() local
180149 fts3GetReverseVarint( char **pp, char *pStart, sqlite3_int64 *pVal ) global() argument
183282 fts3ReversePoslist(char *pStart, char **ppPoslist) global() argument
217867 u8 *pStart = a; global() local
[all...]
H A Dshell.c328 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument
329 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff()
330 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff()
406 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument
407 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); in timeDiff()
/third_party/libabigail/tests/data/test-diff-filter/
H A Dtest31-pr18535-libstdc++-4.8.3.so__gmon_start__ _ITM_deregisterTMCloneTable __aeabi_unwind_cpp_pr0 _ITM_registerTMCloneTable __cxa_finalize _Jv_RegisterClasses acos asin atan2 atan ceil cosh floor fmod frexp hypot ldexp log10 modf ...
H A Dtest31-pr18535-libstdc++-4.9.2.so__gmon_start__ _ITM_deregisterTMCloneTable __aeabi_unwind_cpp_pr0 _ITM_registerTMCloneTable __cxa_finalize _Jv_RegisterClasses _ZSt20__throw_length_errorPKc _ZNSs4_Rep20_S_empty_rep_storageE __gxx_personality_v0 _ZNSi6sentryC1ERSib _ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate __cxa_begin_catch __cxa_rethrow __cxa_end_catch __cxa_end_cleanup _ZTIN10__cxxabiv115__forced_unwindE _ZNKSt12__basic_fileIcE7is_openEv wmemcpy wmemmove ...

Completed in 187 milliseconds

123