Searched defs:sptr (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/bcmath/libbcmath/src/ |
| H A D | num2str.c | 47 char *str, *sptr; local 60 sptr = str; 61 if (signch) *sptr++ = '-'; 66 *sptr++ = BCD_CHAR(*nptr++); 71 *sptr++ = '.'; 73 *sptr++ = BCD_CHAR(*nptr++); 77 *sptr = '\0';
|
| /PHP_TRUNK/ext/standard/ |
| H A D | crypt_blowfish.c | 391 const unsigned char *sptr = (const unsigned char *)src; local 395 BF_safe_atoi64(c1, *sptr++); 396 BF_safe_atoi64(c2, *sptr++); 400 BF_safe_atoi64(c3, *sptr++); 404 BF_safe_atoi64(c4, *sptr++); 416 const unsigned char *sptr = (const unsigned char *)src; local 417 const unsigned char *end = sptr + size; 422 c1 = *sptr++; 425 if (sptr >= end) { 430 c2 = *sptr [all...] |
| /PHP_TRUNK/ext/dom/ |
| H A D | document.c | 1978 xmlSchemaPtr sptr; local 2016 sptr = xmlSchemaParse(parser); 2018 if (!sptr) { 2025 vptr = xmlSchemaNewValidCtxt(sptr); 2027 xmlSchemaFree(sptr); 2034 xmlSchemaFree(sptr); 2067 xmlRelaxNGPtr sptr; local 2105 sptr = xmlRelaxNGParse(parser); 2107 if (!sptr) { 2114 vptr = xmlRelaxNGNewValidCtxt(sptr); [all...] |
| /PHP_TRUNK/ext/xmlreader/ |
| H A D | php_xmlreader.c | 284 xmlRelaxNGPtr sptr; local 314 sptr = xmlRelaxNGParse(parser); 317 return sptr;
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_date.c | 359 static void add_pbf_warning(Scanner *s, char *error, char *sptr, char *cptr) argument 363 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr; 368 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) argument 372 s->errors->error_messages[s->errors->error_count - 1].position = cptr - sptr;
|
Completed in 31 milliseconds