Home
last modified time | relevance | path

Searched refs:vptr (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_float.h91 # define XPFPA_STORE_CW(vptr) do { \ argument
95 # define XPFPA_RESTORE_CW(vptr) do { \ argument
158 # define XPFPA_STORE_CW(vptr) do { \
162 # define XPFPA_RESTORE_CW(vptr) do { \
217 # define XPFPA_STORE_CW(vptr) do { \
221 # define XPFPA_RESTORE_CW(vptr) do { \
276 # define XPFPA_STORE_CW(vptr) do { \
280 # define XPFPA_RESTORE_CW(vptr) do { \
281 fpsetprec(*((fp_prec_t *)(vptr))); \
351 # define XPFPA_STORE_CW(vptr) do { \
[all …]
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Dint2num.c50 char *bptr, *vptr; local
80 vptr = (*num)->n_value;
82 *vptr++ = *--bptr;
/PHP-7.2/ext/dom/
H A Ddocument.c1806 xmlSchemaValidCtxtPtr vptr; in _dom_document_schema_validate() local
1856 vptr = xmlSchemaNewValidCtxt(sptr); in _dom_document_schema_validate()
1857 if (!vptr) { in _dom_document_schema_validate()
1869 xmlSchemaSetValidOptions(vptr, valid_opts); in _dom_document_schema_validate()
1870 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate()
1873 xmlSchemaFreeValidCtxt(vptr); in _dom_document_schema_validate()
1906 xmlRelaxNGValidCtxtPtr vptr; in _dom_document_relaxNG_validate() local
1956 vptr = xmlRelaxNGNewValidCtxt(sptr); in _dom_document_relaxNG_validate()
1957 if (!vptr) { in _dom_document_relaxNG_validate()
1963 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
[all …]
/PHP-7.2/ext/exif/
H A Dexif.c2076 void *vptr, *vptr_end; in exif_iif_add_value() local
2160 …for (idex=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format… in exif_iif_add_value()
2161 if ((char *) vptr_end - (char *) vptr < php_tiff_bytes_per_format[format]) { in exif_iif_add_value()
2170 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
2174 info_value->u = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
2178 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
2179 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value()
2183 info_value->i = php_ifd_get16s(vptr, motorola_intel); in exif_iif_add_value()
2187 info_value->i = php_ifd_get32s(vptr, motorola_intel); in exif_iif_add_value()
2191 info_value->sr.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
[all …]

Completed in 27 milliseconds