Searched refs:vptr (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/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.3/ext/bcmath/libbcmath/src/ |
H A D | int2num.c | 39 char *bptr, *vptr; in bc_int2num() local 70 vptr = (*num)->n_value; in bc_int2num() 72 *vptr++ = *--bptr; in bc_int2num()
|
/PHP-8.3/ext/dom/ |
H A D | document.c | 1779 xmlSchemaValidCtxtPtr vptr; in _dom_document_schema_validate() local 1837 vptr = xmlSchemaNewValidCtxt(sptr); in _dom_document_schema_validate() 1838 if (!vptr) { in _dom_document_schema_validate() 1849 xmlSchemaSetValidOptions(vptr, valid_opts); in _dom_document_schema_validate() 1850 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_schema_validate() 1853 xmlSchemaFreeValidCtxt(vptr); in _dom_document_schema_validate() 1887 xmlRelaxNGValidCtxtPtr vptr; in _dom_document_relaxNG_validate() local 1940 vptr = xmlRelaxNGNewValidCtxt(sptr); in _dom_document_relaxNG_validate() 1941 if (!vptr) { in _dom_document_relaxNG_validate() 1947 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in _dom_document_relaxNG_validate() [all …]
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 2191 void *vptr, *vptr_end; in exif_iif_add_value() local 2274 …for (idex=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format… in exif_iif_add_value() 2275 if ((char *) vptr_end - (char *) vptr < php_tiff_bytes_per_format[format]) { in exif_iif_add_value() 2284 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value() 2288 info_value->u = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() 2292 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() 2293 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value() 2297 info_value->i = php_ifd_get16s(vptr, motorola_intel); in exif_iif_add_value() 2301 info_value->i = php_ifd_get32s(vptr, motorola_intel); in exif_iif_add_value() 2305 info_value->sr.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() [all …]
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 2096 PCRE2_UCHAR *vptr = NULL; in get_ucp() local 2128 if ((c == ':' || c == '=') && vptr == NULL) vptr = name + i; in get_ucp() 2161 if (vptr != NULL) in get_ucp() 2166 *vptr = 0; /* Terminate property name */ in get_ucp() 2193 memmove(name + offset, vptr + 1, (name + i - vptr)*sizeof(PCRE2_UCHAR)); in get_ucp() 2214 if (vptr == NULL || ptscript == PT_NOTSCRIPT) in get_ucp()
|
Completed in 77 milliseconds