Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_float.h89 # define XPFPA_STORE_CW(vptr) do { \ argument
93 # define XPFPA_RESTORE_CW(vptr) do { \ argument
156 # define XPFPA_STORE_CW(vptr) do { \
160 # define XPFPA_RESTORE_CW(vptr) do { \
215 # define XPFPA_STORE_CW(vptr) do { \
219 # define XPFPA_RESTORE_CW(vptr) do { \
274 # define XPFPA_STORE_CW(vptr) do { \
278 # define XPFPA_RESTORE_CW(vptr) do { \
279 fpsetprec(*((fp_prec_t *)(vptr))); \
349 # define XPFPA_STORE_CW(vptr) do { \
[all …]
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Dint2num.c50 char *bptr, *vptr; local
80 vptr = (*num)->n_value;
82 *vptr++ = *--bptr;
/PHP-7.3/ext/dom/
H A Ddocument.c1804 xmlSchemaValidCtxtPtr vptr; in _dom_document_schema_validate() local
1854 vptr = xmlSchemaNewValidCtxt(sptr); in _dom_document_schema_validate()
1855 if (!vptr) { in _dom_document_schema_validate()
1867 xmlSchemaSetValidOptions(vptr, valid_opts); in _dom_document_schema_validate()
1868 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate()
1871 xmlSchemaFreeValidCtxt(vptr); in _dom_document_schema_validate()
1904 xmlRelaxNGValidCtxtPtr vptr; in _dom_document_relaxNG_validate() local
1954 vptr = xmlRelaxNGNewValidCtxt(sptr); in _dom_document_relaxNG_validate()
1955 if (!vptr) { in _dom_document_relaxNG_validate()
1961 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
[all …]
/PHP-7.3/ext/exif/
H A Dexif.c2053 void *vptr, *vptr_end; in exif_iif_add_value() local
2137 …for (idex=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format… in exif_iif_add_value()
2138 if ((char *) vptr_end - (char *) vptr < php_tiff_bytes_per_format[format]) { in exif_iif_add_value()
2147 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
2151 info_value->u = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
2155 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
2156 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value()
2160 info_value->i = php_ifd_get16s(vptr, motorola_intel); in exif_iif_add_value()
2164 info_value->i = php_ifd_get32s(vptr, motorola_intel); in exif_iif_add_value()
2168 info_value->sr.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
[all …]

Completed in 39 milliseconds