Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/bcmath/libbcmath/src/
H A Dint2num.c50 char *bptr, *vptr; local
80 vptr = (*num)->n_value;
82 *vptr++ = *--bptr;
/PHP-5.5/ext/dom/
H A Ddocument.c1990 xmlSchemaValidCtxtPtr vptr; in _dom_document_schema_validate() local
2040 vptr = xmlSchemaNewValidCtxt(sptr); in _dom_document_schema_validate()
2041 if (!vptr) { in _dom_document_schema_validate()
2053 xmlSchemaSetValidOptions(vptr, valid_opts); in _dom_document_schema_validate()
2054 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate()
2057 xmlSchemaFreeValidCtxt(vptr); in _dom_document_schema_validate()
2090 xmlRelaxNGValidCtxtPtr vptr; in _dom_document_relaxNG_validate() local
2140 vptr = xmlRelaxNGNewValidCtxt(sptr); in _dom_document_relaxNG_validate()
2141 if (!vptr) { in _dom_document_relaxNG_validate()
2147 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
[all …]
/PHP-5.5/ext/exif/
H A Dexif.c1676 void *vptr; in exif_iif_add_value() local
1747 …for (idex=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format… in exif_iif_add_value()
1753 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
1757 info_value->u = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
1761 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
1762 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value()
1766 info_value->i = php_ifd_get16s(vptr, motorola_intel); in exif_iif_add_value()
1770 info_value->i = php_ifd_get32s(vptr, motorola_intel); in exif_iif_add_value()
1774 info_value->sr.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
1775 info_value->sr.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value()

Completed in 29 milliseconds