Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_float.h95 # define XPFPA_STORE_CW(vptr) do { \ argument
99 # define XPFPA_RESTORE_CW(vptr) do { \ argument
162 # define XPFPA_STORE_CW(vptr) do { \ argument
166 # define XPFPA_RESTORE_CW(vptr) do { \ argument
221 # define XPFPA_STORE_CW(vptr) do { \ argument
225 # define XPFPA_RESTORE_CW(vptr) do { \ argument
280 # define XPFPA_STORE_CW(vptr) do { \ argument
284 # define XPFPA_RESTORE_CW(vptr) do { \ argument
285 fpsetprec(*((fp_prec_t *)(vptr))); \
355 # define XPFPA_STORE_CW(vptr) do { \ argument
[all …]
/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dint2num.c50 char *bptr, *vptr; local
80 vptr = (*num)->n_value;
82 *vptr++ = *--bptr;
/PHP-5.4/ext/dom/
H A Ddocument.c1989 xmlSchemaValidCtxtPtr vptr; in _dom_document_schema_validate() local
2039 vptr = xmlSchemaNewValidCtxt(sptr); in _dom_document_schema_validate()
2040 if (!vptr) { in _dom_document_schema_validate()
2046 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate()
2047 is_valid = xmlSchemaValidateDoc(vptr, docp); in _dom_document_schema_validate()
2049 xmlSchemaFreeValidCtxt(vptr); in _dom_document_schema_validate()
2082 xmlRelaxNGValidCtxtPtr vptr; in _dom_document_relaxNG_validate() local
2132 vptr = xmlRelaxNGNewValidCtxt(sptr); in _dom_document_relaxNG_validate()
2133 if (!vptr) { in _dom_document_relaxNG_validate()
2139 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate()
[all …]
/PHP-5.4/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