Home
last modified time | relevance | path

Searched refs:lptr (Results 1 – 11 of 11) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dchvalid.c202 const xmlChLRange *lptr; in xmlCharInRange() local
229 lptr = rptr->longRange; in xmlCharInRange()
232 if (val < lptr[mid].low) { in xmlCharInRange()
235 if (val > lptr[mid].high) { in xmlCharInRange()
/third_party/libxml2/
Dchvalid.c171 const xmlChLRange *lptr; in xmlCharInRange() local
198 lptr = rptr->longRange; in xmlCharInRange()
201 if (val < lptr[mid].low) { in xmlCharInRange()
204 if (val > lptr[mid].high) { in xmlCharInRange()
DgenUnicode.py310 lptr = "NULL" variable
325 lptr = "xml%sL" % name variable
334 % (name, numshort, numlong, sptr, lptr))
/third_party/curl/lib/
Dgetinfo.c183 } lptr; in getinfo_long() local
245 lptr.to_long = param_longp; in getinfo_long()
246 *lptr.to_ulong = data->info.httpauthavail; in getinfo_long()
249 lptr.to_long = param_longp; in getinfo_long()
250 *lptr.to_ulong = data->info.proxyauthavail; in getinfo_long()
/third_party/cJSON/tests/unity/src/
Dunity.c1461 const char* lptr = longstring; in IsStringInBiggerString() local
1463 const char* lnext = lptr; in IsStringInBiggerString()
1468 while (*lptr) in IsStringInBiggerString()
1470 lnext = lptr + 1; in IsStringInBiggerString()
1473 while (*lptr && *sptr && (*lptr == *sptr)) in IsStringInBiggerString()
1475 lptr++; in IsStringInBiggerString()
1494 lptr = lnext; in IsStringInBiggerString()
/third_party/unity/src/
Dunity.c1978 const char* lptr = longstring; in IsStringInBiggerString() local
1980 const char* lnext = lptr; in IsStringInBiggerString()
1987 while (*lptr) in IsStringInBiggerString()
1989 lnext = lptr + 1; in IsStringInBiggerString()
1992 while (*lptr && *sptr && (*lptr == *sptr)) in IsStringInBiggerString()
1994 lptr++; in IsStringInBiggerString()
2013 lptr = lnext; in IsStringInBiggerString()
/third_party/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c201 int *lptr = &c->fwd_labels[label]; in labelref() local
202 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
203 *lptr = pcofs(c); in labelref()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c5468 size_t lptr = strlen(ty->name)+2*sizeof(void*)+2; in SWIG_Python_FixMethods() local
5469 char *ndoc = (char*)malloc(ldoc + lptr + 10); in SWIG_Python_FixMethods()
5476 SWIG_PackVoidPtr(buff, ptr, ty->name, lptr); in SWIG_Python_FixMethods()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c5432 size_t lptr = strlen(ty->name)+2*sizeof(void*)+2; in SWIG_Python_FixMethods() local
5433 char *ndoc = (char*)malloc(ldoc + lptr + 10); in SWIG_Python_FixMethods()
5440 SWIG_PackVoidPtr(buff, ptr, ty->name, lptr); in SWIG_Python_FixMethods()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6213 int *lptr = &c->fwd_labels[label]; in labelref() local
6214 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
6215 *lptr = pcofs(c); in labelref()
/third_party/chromium/patch/
D0001-cve.patch120350 lptr = "xml%sL" % name
120363 % (name, numshort, numlong, sptr, lptr))