Searched refs:vptr (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_float.h | 88 # define XPFPA_STORE_CW(vptr) do { \ argument 92 # define XPFPA_RESTORE_CW(vptr) do { \ argument 155 # define XPFPA_STORE_CW(vptr) do { \ 159 # define XPFPA_RESTORE_CW(vptr) do { \ 214 # define XPFPA_STORE_CW(vptr) do { \ 218 # define XPFPA_RESTORE_CW(vptr) do { \ 273 # define XPFPA_STORE_CW(vptr) do { \ 277 # define XPFPA_RESTORE_CW(vptr) do { \ 278 fpsetprec(*((fp_prec_t *)(vptr))); \ 348 # define XPFPA_STORE_CW(vptr) do { \ [all …]
|
/php-src/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-src/ext/dom/ |
H A D | document.c | 1874 xmlSchemaValidCtxtPtr vptr; in dom_document_schema_validate() local 1932 vptr = xmlSchemaNewValidCtxt(sptr); in dom_document_schema_validate() 1933 if (!vptr) { in dom_document_schema_validate() 1944 xmlSchemaSetValidOptions(vptr, valid_opts); in dom_document_schema_validate() 1945 xmlSchemaSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in dom_document_schema_validate() 1948 xmlSchemaFreeValidCtxt(vptr); in dom_document_schema_validate() 1983 xmlRelaxNGValidCtxtPtr vptr; in dom_document_relaxNG_validate() local 2036 vptr = xmlRelaxNGNewValidCtxt(sptr); in dom_document_relaxNG_validate() 2037 if (!vptr) { in dom_document_relaxNG_validate() 2043 xmlRelaxNGSetValidErrors(vptr, php_libxml_error_handler, php_libxml_error_handler, vptr); in dom_document_relaxNG_validate() [all …]
|
/php-src/ext/exif/ |
H A D | exif.c | 2191 void *vptr, *vptr_end; in exif_iif_add_value() local 2270 …for (idex=0,vptr=value; idex<length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format[format]… in exif_iif_add_value() 2271 if ((char *) vptr_end - (char *) vptr < php_tiff_bytes_per_format[format]) { in exif_iif_add_value() 2280 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value() 2284 info_value->u = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() 2288 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() 2289 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value() 2293 info_value->i = php_ifd_get16s(vptr, motorola_intel); in exif_iif_add_value() 2297 info_value->i = php_ifd_get32s(vptr, motorola_intel); in exif_iif_add_value() 2301 info_value->sr.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value() [all …]
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 2174 PCRE2_UCHAR *vptr = NULL; in get_ucp() local 2210 if ((c == ':' || c == '=') && vptr == NULL) vptr = name + i; in get_ucp() 2243 if (vptr != NULL) in get_ucp() 2248 *vptr = 0; /* Terminate property name */ in get_ucp() 2275 memmove(name + offset, vptr + 1, (name + i - vptr)*sizeof(PCRE2_UCHAR)); in get_ucp() 2296 if (vptr == NULL || ptscript == PT_NOTSCRIPT) in get_ucp()
|
Completed in 98 milliseconds