Searched refs:vptr (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_float.h | 86 # define XPFPA_STORE_CW(vptr) do { \ argument 90 # define XPFPA_RESTORE_CW(vptr) do { \ argument 153 # define XPFPA_STORE_CW(vptr) do { \ 157 # define XPFPA_RESTORE_CW(vptr) do { \ 212 # define XPFPA_STORE_CW(vptr) do { \ 216 # define XPFPA_RESTORE_CW(vptr) do { \ 271 # define XPFPA_STORE_CW(vptr) do { \ 275 # define XPFPA_RESTORE_CW(vptr) do { \ 276 fpsetprec(*((fp_prec_t *)(vptr))); \ 346 # define XPFPA_STORE_CW(vptr) do { \ [all …]
|
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | int2num.c | 49 char *bptr, *vptr; local 79 vptr = (*num)->n_value; 81 *vptr++ = *--bptr;
|
/PHP-8.0/ext/dom/ |
H A D | document.c | 1623 xmlSchemaValidCtxtPtr vptr; in _dom_document_schema_validate() local 1681 vptr = xmlSchemaNewValidCtxt(sptr); in _dom_document_schema_validate() 1682 if (!vptr) { in _dom_document_schema_validate() 1693 xmlSchemaSetValidOptions(vptr, valid_opts); in _dom_document_schema_validate() 1694 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate() 1697 xmlSchemaFreeValidCtxt(vptr); in _dom_document_schema_validate() 1731 xmlRelaxNGValidCtxtPtr vptr; in _dom_document_relaxNG_validate() local 1784 vptr = xmlRelaxNGNewValidCtxt(sptr); in _dom_document_relaxNG_validate() 1785 if (!vptr) { in _dom_document_relaxNG_validate() 1791 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate() [all …]
|
/PHP-8.0/ext/exif/ |
H A D | exif.c | 2180 void *vptr, *vptr_end; in exif_iif_add_value() local 2260 …for (idex=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format… in exif_iif_add_value() 2261 if ((char *) vptr_end - (char *) vptr < php_tiff_bytes_per_format[format]) { in exif_iif_add_value() 2270 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value() 2274 info_value->u = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() 2278 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() 2279 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value() 2283 info_value->i = php_ifd_get16s(vptr, motorola_intel); in exif_iif_add_value() 2287 info_value->i = php_ifd_get32s(vptr, motorola_intel); in exif_iif_add_value() 2291 info_value->sr.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() [all …]
|
Completed in 30 milliseconds