Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_float.h101 # define XPFPA_STORE_CW(vptr) do { \ argument
105 # define XPFPA_RESTORE_CW(vptr) do { \ argument
168 # define XPFPA_STORE_CW(vptr) do { \
172 # define XPFPA_RESTORE_CW(vptr) do { \
227 # define XPFPA_STORE_CW(vptr) do { \
231 # define XPFPA_RESTORE_CW(vptr) do { \
286 # define XPFPA_STORE_CW(vptr) do { \
290 # define XPFPA_RESTORE_CW(vptr) do { \
291 fpsetprec(*((fp_prec_t *)(vptr))); \
361 # define XPFPA_STORE_CW(vptr) do { \
[all …]
/PHP-5.6/ext/bcmath/libbcmath/src/
H A Dint2num.c50 char *bptr, *vptr; local
80 vptr = (*num)->n_value;
82 *vptr++ = *--bptr;
/PHP-5.6/ext/dom/
H A Ddocument.c1929 xmlSchemaValidCtxtPtr vptr; in _dom_document_schema_validate() local
1979 vptr = xmlSchemaNewValidCtxt(sptr); in _dom_document_schema_validate()
1980 if (!vptr) { in _dom_document_schema_validate()
1992 xmlSchemaSetValidOptions(vptr, valid_opts); in _dom_document_schema_validate()
1993 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate()
1996 xmlSchemaFreeValidCtxt(vptr); in _dom_document_schema_validate()
2029 xmlRelaxNGValidCtxtPtr vptr; in _dom_document_relaxNG_validate() local
2079 vptr = xmlRelaxNGNewValidCtxt(sptr); in _dom_document_relaxNG_validate()
2080 if (!vptr) { in _dom_document_relaxNG_validate()
2086 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
[all …]
/PHP-5.6/ext/exif/
H A Dexif.c1666 void *vptr; in exif_iif_add_value() local
1741 …for (idex=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format… in exif_iif_add_value()
1747 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
1751 info_value->u = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
1755 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
1756 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value()
1760 info_value->i = php_ifd_get16s(vptr, motorola_intel); in exif_iif_add_value()
1764 info_value->i = php_ifd_get32s(vptr, motorola_intel); in exif_iif_add_value()
1768 info_value->sr.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
1769 info_value->sr.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value()

Completed in 26 milliseconds