sptr               48 ext/bcmath/libbcmath/src/num2str.c 	char *sptr;
sptr               61 ext/bcmath/libbcmath/src/num2str.c 	sptr = ZSTR_VAL(str);
sptr               62 ext/bcmath/libbcmath/src/num2str.c 	if (signch) *sptr++ = '-';
sptr               67 ext/bcmath/libbcmath/src/num2str.c 		*sptr++ = BCD_CHAR(*nptr++);
sptr               72 ext/bcmath/libbcmath/src/num2str.c 		*sptr++ = '.';
sptr               74 ext/bcmath/libbcmath/src/num2str.c 			*sptr++ = BCD_CHAR(*nptr++);
sptr               78 ext/bcmath/libbcmath/src/num2str.c 	*sptr = '\0';
sptr               79 ext/bcmath/libbcmath/src/num2str.c 	ZSTR_LEN(str) = sptr - (char *)ZSTR_VAL(str);
sptr              364 ext/date/lib/parse_date.c static void add_pbf_warning(Scanner *s, char *error, char *sptr, char *cptr)
sptr              368 ext/date/lib/parse_date.c 	s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr;
sptr              373 ext/date/lib/parse_date.c static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr)
sptr              377 ext/date/lib/parse_date.c 	s->errors->error_messages[s->errors->error_count - 1].position = cptr - sptr;
sptr             1805 ext/dom/document.c 	xmlSchemaPtr            sptr;
sptr             1847 ext/dom/document.c 	sptr = xmlSchemaParse(parser);
sptr             1849 ext/dom/document.c 	if (!sptr) {
sptr             1856 ext/dom/document.c 	vptr = xmlSchemaNewValidCtxt(sptr);
sptr             1858 ext/dom/document.c 		xmlSchemaFree(sptr);
sptr             1872 ext/dom/document.c 	xmlSchemaFree(sptr);
sptr             1905 ext/dom/document.c 	xmlRelaxNGPtr           sptr;
sptr             1947 ext/dom/document.c 	sptr = xmlRelaxNGParse(parser);
sptr             1949 ext/dom/document.c 	if (!sptr) {
sptr             1956 ext/dom/document.c 	vptr = xmlRelaxNGNewValidCtxt(sptr);
sptr             1958 ext/dom/document.c 		xmlRelaxNGFree(sptr);
sptr             1965 ext/dom/document.c 	xmlRelaxNGFree(sptr);
sptr              391 ext/standard/crypt_blowfish.c 	const unsigned char *sptr = (const unsigned char *)src;
sptr              395 ext/standard/crypt_blowfish.c 		BF_safe_atoi64(c1, *sptr++);
sptr              396 ext/standard/crypt_blowfish.c 		BF_safe_atoi64(c2, *sptr++);
sptr              400 ext/standard/crypt_blowfish.c 		BF_safe_atoi64(c3, *sptr++);
sptr              404 ext/standard/crypt_blowfish.c 		BF_safe_atoi64(c4, *sptr++);
sptr              416 ext/standard/crypt_blowfish.c 	const unsigned char *sptr = (const unsigned char *)src;
sptr              417 ext/standard/crypt_blowfish.c 	const unsigned char *end = sptr + size;
sptr              422 ext/standard/crypt_blowfish.c 		c1 = *sptr++;
sptr              425 ext/standard/crypt_blowfish.c 		if (sptr >= end) {
sptr              430 ext/standard/crypt_blowfish.c 		c2 = *sptr++;
sptr              434 ext/standard/crypt_blowfish.c 		if (sptr >= end) {
sptr              439 ext/standard/crypt_blowfish.c 		c2 = *sptr++;
sptr              443 ext/standard/crypt_blowfish.c 	} while (sptr < end);
sptr              280 ext/xmlreader/php_xmlreader.c 	xmlRelaxNGPtr           sptr;
sptr              310 ext/xmlreader/php_xmlreader.c 	sptr = xmlRelaxNGParse(parser);
sptr              313 ext/xmlreader/php_xmlreader.c 	return sptr;