extra             243 Zend/zend_execute.h 		int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1))) / sizeof(void*);
extra             245 Zend/zend_execute.h 		if (UNEXPECTED(size + extra + ZEND_MM_ALIGNED_SIZE(sizeof(void*)) / sizeof(void*) >
extra             251 Zend/zend_execute.h 			EG(argument_stack)->top += extra;
extra            1899 Zend/zend_virtual_cwd.c 	int dir_length, extra = 0;
extra            1909 Zend/zend_virtual_cwd.c 		if (*dir == '\'') extra+=3;
extra            1916 Zend/zend_virtual_cwd.c 	ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1);
extra              94 ext/bcmath/libbcmath/src/div.c   unsigned int  len1, len2, scale2, qdigits, extra, count;
extra             127 ext/bcmath/libbcmath/src/div.c     extra = scale - scale1;
extra             129 ext/bcmath/libbcmath/src/div.c     extra = 0;
extra             130 ext/bcmath/libbcmath/src/div.c   num1 = (unsigned char *) safe_emalloc (1, n1->n_len+n1->n_scale, extra+2);
extra             132 ext/bcmath/libbcmath/src/div.c   memset (num1, 0, n1->n_len+n1->n_scale+extra+2);
extra             177 ext/bcmath/libbcmath/src/div.c 	  _one_mult (num1, len1+scale1+extra+1, norm, num1);
extra            1128 ext/ftp/ftp.c  	ftp->extra = NULL;
extra            1148 ext/ftp/ftp.c  	if (ftp->extra) {
extra            1149 ext/ftp/ftp.c  		memmove(ftp->inbuf, ftp->extra, ftp->extralen);
extra            1160 ext/ftp/ftp.c  				ftp->extra = eol + 1;
extra            1162 ext/ftp/ftp.c  					ftp->extra++;
extra            1166 ext/ftp/ftp.c  					ftp->extra = NULL;
extra            1171 ext/ftp/ftp.c  				ftp->extra = eol + 1;
extra            1173 ext/ftp/ftp.c  					ftp->extra = NULL;
extra            1220 ext/ftp/ftp.c  	if (ftp->extra) {
extra            1221 ext/ftp/ftp.c  		ftp->extra -= 4;
extra              65 ext/ftp/ftp.h  	char		*extra;			/* extra characters */
extra            2755 ext/pcre/pcrelib/pcre_internal.h                            PUBL(extra) *, int);
extra            2756 ext/pcre/pcrelib/pcre_internal.h extern int               PRIV(jit_exec)(const PUBL(extra) *,
extra            9792 ext/pcre/pcrelib/pcre_jit_compile.c PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode)
extra            9818 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0);
extra            9819 ext/pcre/pcrelib/pcre_jit_compile.c study = extra->study_data;
extra            10358 ext/pcre/pcrelib/pcre_jit_compile.c if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL)
extra            10359 ext/pcre/pcrelib/pcre_jit_compile.c   functions = (executable_functions *)extra->executable_jit;
extra            10383 ext/pcre/pcrelib/pcre_jit_compile.c   extra->executable_jit = functions;
extra            10384 ext/pcre/pcrelib/pcre_jit_compile.c   extra->flags |= PCRE_EXTRA_EXECUTABLE_JIT;
extra            10411 ext/pcre/pcrelib/pcre_jit_compile.c PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject,
extra            10633 ext/pcre/pcrelib/pcre_jit_compile.c pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata)
extra            10636 ext/pcre/pcrelib/pcre_jit_compile.c pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata)
extra            10639 ext/pcre/pcrelib/pcre_jit_compile.c pcre32_assign_jit_stack(pcre32_extra *extra, pcre32_jit_callback callback, void *userdata)
extra            10643 ext/pcre/pcrelib/pcre_jit_compile.c if (extra != NULL &&
extra            10644 ext/pcre/pcrelib/pcre_jit_compile.c     (extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 &&
extra            10645 ext/pcre/pcrelib/pcre_jit_compile.c     extra->executable_jit != NULL)
extra            10647 ext/pcre/pcrelib/pcre_jit_compile.c   functions = (executable_functions *)extra->executable_jit;
extra            10704 ext/pcre/pcrelib/pcre_jit_compile.c pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata)
extra            10707 ext/pcre/pcrelib/pcre_jit_compile.c pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata)
extra            10710 ext/pcre/pcrelib/pcre_jit_compile.c pcre32_assign_jit_stack(pcre32_extra *extra, pcre32_jit_callback callback, void *userdata)
extra            10713 ext/pcre/pcrelib/pcre_jit_compile.c (void)extra;
extra            1465 ext/pcre/pcrelib/pcre_study.c PUBL(extra) *extra = NULL;
extra            1572 ext/pcre/pcrelib/pcre_study.c   extra = (PUBL(extra) *)(PUBL(malloc))
extra            1573 ext/pcre/pcrelib/pcre_study.c     (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
extra            1574 ext/pcre/pcrelib/pcre_study.c   if (extra == NULL)
extra            1580 ext/pcre/pcrelib/pcre_study.c   study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
extra            1581 ext/pcre/pcrelib/pcre_study.c   extra->flags = PCRE_EXTRA_STUDY_DATA;
extra            1582 ext/pcre/pcrelib/pcre_study.c   extra->study_data = study;
extra            1628 ext/pcre/pcrelib/pcre_study.c   extra->executable_jit = NULL;
extra            1630 ext/pcre/pcrelib/pcre_study.c     PRIV(jit_compile)(re, extra, JIT_COMPILE);
extra            1632 ext/pcre/pcrelib/pcre_study.c     PRIV(jit_compile)(re, extra, JIT_PARTIAL_SOFT_COMPILE);
extra            1634 ext/pcre/pcrelib/pcre_study.c     PRIV(jit_compile)(re, extra, JIT_PARTIAL_HARD_COMPILE);
extra            1636 ext/pcre/pcrelib/pcre_study.c   if (study->flags == 0 && (extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) == 0 &&
extra            1640 ext/pcre/pcrelib/pcre_study.c     pcre_free_study(extra);
extra            1642 ext/pcre/pcrelib/pcre_study.c     pcre16_free_study(extra);
extra            1644 ext/pcre/pcrelib/pcre_study.c     pcre32_free_study(extra);
extra            1646 ext/pcre/pcrelib/pcre_study.c     extra = NULL;
extra            1651 ext/pcre/pcrelib/pcre_study.c return extra;
extra            1667 ext/pcre/pcrelib/pcre_study.c pcre_free_study(pcre_extra *extra)
extra            1670 ext/pcre/pcrelib/pcre_study.c pcre16_free_study(pcre16_extra *extra)
extra            1673 ext/pcre/pcrelib/pcre_study.c pcre32_free_study(pcre32_extra *extra)
extra            1676 ext/pcre/pcrelib/pcre_study.c if (extra == NULL)
extra            1679 ext/pcre/pcrelib/pcre_study.c if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 &&
extra            1680 ext/pcre/pcrelib/pcre_study.c      extra->executable_jit != NULL)
extra            1681 ext/pcre/pcrelib/pcre_study.c   PRIV(jit_free)(extra->executable_jit);
extra            1683 ext/pcre/pcrelib/pcre_study.c PUBL(free)(extra);
extra             228 ext/pcre/pcrelib/sljit/sljitLir.c #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \
extra             231 ext/pcre/pcrelib/sljit/sljitLir.c 		extra) * sizeof(sljit_sw))
extra              99 ext/pcre/php_pcre.c 	if (pce->extra) pefree(pce->extra, 1);
extra             192 ext/pcre/php_pcre.c 	pcre_extra *extra = pce->extra;
extra             199 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt);
extra             208 ext/pcre/php_pcre.c 		rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table);
extra             209 ext/pcre/php_pcre.c 		rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size);
extra             257 ext/pcre/php_pcre.c 	pcre_extra			*extra;
extra             442 ext/pcre/php_pcre.c 		extra = pcre_study(re, soptions, &error);
extra             443 ext/pcre/php_pcre.c 		if (extra) {
extra             444 ext/pcre/php_pcre.c 			extra->flags |= PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION;
extra             450 ext/pcre/php_pcre.c 		extra = NULL;
extra             467 ext/pcre/php_pcre.c 	new_entry.extra = extra;
extra             501 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC)
extra             505 ext/pcre/php_pcre.c 	if (extra) {
extra             506 ext/pcre/php_pcre.c 		*extra = pce ? pce->extra : NULL;
extra             518 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *compile_options TSRMLS_DC)
extra             522 ext/pcre/php_pcre.c 	if (extra) {
extra             523 ext/pcre/php_pcre.c 		*extra = pce ? pce->extra : NULL;
extra             594 ext/pcre/php_pcre.c 	pcre_extra		*extra = pce->extra;/* Holds results of studying */
extra             646 ext/pcre/php_pcre.c 	if (extra == NULL) {
extra             648 ext/pcre/php_pcre.c 		extra = &extra_data;
extra             650 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
extra             651 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
extra             653 ext/pcre/php_pcre.c 	extra->mark = &mark;
extra             654 ext/pcre/php_pcre.c 	extra->flags |= PCRE_EXTRA_MARK;
extra             658 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &num_subpats);
extra             693 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
extra            1069 ext/pcre/php_pcre.c 	pcre_extra		*extra = pce->extra;/* Holds results of studying */
extra            1100 ext/pcre/php_pcre.c 	if (extra == NULL) {
extra            1102 ext/pcre/php_pcre.c 		extra = &extra_data;
extra            1104 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
extra            1105 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
extra            1107 ext/pcre/php_pcre.c 	extra->mark = &mark;
extra            1108 ext/pcre/php_pcre.c 	extra->flags |= PCRE_EXTRA_MARK;
extra            1128 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &num_subpats);
extra            1159 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
extra            1561 ext/pcre/php_pcre.c 	pcre_extra		*extra = NULL;		/* Holds results of studying */
extra            1586 ext/pcre/php_pcre.c 	if (extra == NULL) {
extra            1588 ext/pcre/php_pcre.c 		extra = &extra_data;
extra            1590 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
extra            1591 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
extra            1593 ext/pcre/php_pcre.c 	extra->flags &= ~PCRE_EXTRA_MARK;
extra            1600 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &size_offsets);
extra            1616 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject,
extra            1845 ext/pcre/php_pcre.c 	pcre_extra		*extra = pce->extra;/* Holds results of studying */
extra            1859 ext/pcre/php_pcre.c 	if (extra == NULL) {
extra            1861 ext/pcre/php_pcre.c 		extra = &extra_data;
extra            1863 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
extra            1864 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
extra            1866 ext/pcre/php_pcre.c 	extra->flags &= ~PCRE_EXTRA_MARK;
extra            1870 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &size_offsets);
extra            1894 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, Z_STRVAL(subject),
extra              37 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
extra              38 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *coptions TSRMLS_DC);
extra              45 ext/pcre/php_pcre.h 	pcre_extra *extra;
extra            1094 ext/pdo_pgsql/pgsql_driver.c 		if (pgsql_notify->extra && pgsql_notify->extra[0]) {
extra            1095 ext/pdo_pgsql/pgsql_driver.c 			add_index_string(return_value, 2, pgsql_notify->extra, 1);
extra            1101 ext/pdo_pgsql/pgsql_driver.c 		if (pgsql_notify->extra && pgsql_notify->extra[0]) {
extra            1102 ext/pdo_pgsql/pgsql_driver.c 			add_assoc_string(return_value, "payload", pgsql_notify->extra, 1);
extra            5287 ext/pgsql/pgsql.c 			add_index_string(return_value, 2, pgsql_notify->extra, 1);
extra            5300 ext/pgsql/pgsql.c 			add_assoc_string(return_value, "payload", pgsql_notify->extra, 1);
extra              64 ext/session/session.c static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra TSRMLS_DC);
extra              65 ext/session/session.c static int (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC);
extra            2652 ext/session/session.c static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra TSRMLS_DC) /* {{{ */
extra            2658 ext/session/session.c 		retval = php_session_rfc1867_orig_callback(event, event_data, extra TSRMLS_CC);
extra            2073 ext/spl/spl_iterators.c 		count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, subject, subject_len, 0, 0, NULL, 0);
extra              60 main/rfc1867.c PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC) = NULL;
extra              81 main/rfc1867.h extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC);