valptr           3083 Zend/zend_vm_def.h 		zval *valptr;
valptr           3089 Zend/zend_vm_def.h 		ALLOC_ZVAL(valptr);
valptr           3090 Zend/zend_vm_def.h 		INIT_PZVAL_COPY(valptr, value);
valptr           3092 Zend/zend_vm_def.h 			zval_copy_ctor(valptr);
valptr           3094 Zend/zend_vm_def.h 		zend_vm_stack_push(valptr TSRMLS_CC);
valptr           3162 Zend/zend_vm_def.h 		zval *valptr;
valptr           3169 Zend/zend_vm_def.h 		ALLOC_ZVAL(valptr);
valptr           3170 Zend/zend_vm_def.h 		INIT_PZVAL_COPY(valptr, varptr);
valptr           3172 Zend/zend_vm_def.h 			zval_copy_ctor(valptr);
valptr           3175 Zend/zend_vm_def.h 		zend_vm_stack_push(valptr TSRMLS_CC);
valptr           2762 Zend/zend_vm_execute.h 		zval *valptr;
valptr           2768 Zend/zend_vm_execute.h 		ALLOC_ZVAL(valptr);
valptr           2769 Zend/zend_vm_execute.h 		INIT_PZVAL_COPY(valptr, value);
valptr           2771 Zend/zend_vm_execute.h 			zval_copy_ctor(valptr);
valptr           2773 Zend/zend_vm_execute.h 		zend_vm_stack_push(valptr TSRMLS_CC);
valptr           8127 Zend/zend_vm_execute.h 		zval *valptr;
valptr           8133 Zend/zend_vm_execute.h 		ALLOC_ZVAL(valptr);
valptr           8134 Zend/zend_vm_execute.h 		INIT_PZVAL_COPY(valptr, value);
valptr           8136 Zend/zend_vm_execute.h 			zval_copy_ctor(valptr);
valptr           8138 Zend/zend_vm_execute.h 		zend_vm_stack_push(valptr TSRMLS_CC);
valptr           13434 Zend/zend_vm_execute.h 		zval *valptr;
valptr           13441 Zend/zend_vm_execute.h 		ALLOC_ZVAL(valptr);
valptr           13442 Zend/zend_vm_execute.h 		INIT_PZVAL_COPY(valptr, varptr);
valptr           13444 Zend/zend_vm_execute.h 			zval_copy_ctor(valptr);
valptr           13447 Zend/zend_vm_execute.h 		zend_vm_stack_push(valptr TSRMLS_CC);
valptr           31115 Zend/zend_vm_execute.h 		zval *valptr;
valptr           31122 Zend/zend_vm_execute.h 		ALLOC_ZVAL(valptr);
valptr           31123 Zend/zend_vm_execute.h 		INIT_PZVAL_COPY(valptr, varptr);
valptr           31125 Zend/zend_vm_execute.h 			zval_copy_ctor(valptr);
valptr           31128 Zend/zend_vm_execute.h 		zend_vm_stack_push(valptr TSRMLS_CC);
valptr             94 ext/imap/php_imap.c unsigned long find_rightmost_bit(unsigned long *valptr);
valptr             43 ext/soap/php_schema.c static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr);
valptr             45 ext/soap/php_schema.c static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr);
valptr            803 ext/soap/php_schema.c static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr)
valptr            807 ext/soap/php_schema.c 	if ((*valptr) == NULL) {
valptr            808 ext/soap/php_schema.c 		(*valptr) = emalloc(sizeof(sdlRestrictionInt));
valptr            810 ext/soap/php_schema.c 	memset((*valptr), 0, sizeof(sdlRestrictionInt));
valptr            813 ext/soap/php_schema.c 	(*valptr)->fixed = FALSE;
valptr            817 ext/soap/php_schema.c 			(*valptr)->fixed = TRUE;
valptr            825 ext/soap/php_schema.c 	(*valptr)->value = atoi((char*)value->children->content);
valptr            830 ext/soap/php_schema.c static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr)
valptr            834 ext/soap/php_schema.c 	if ((*valptr) == NULL) {
valptr            835 ext/soap/php_schema.c 		(*valptr) = emalloc(sizeof(sdlRestrictionChar));
valptr            837 ext/soap/php_schema.c 	memset((*valptr), 0, sizeof(sdlRestrictionChar));
valptr            840 ext/soap/php_schema.c 	(*valptr)->fixed = FALSE;
valptr            844 ext/soap/php_schema.c 			(*valptr)->fixed = TRUE;
valptr            853 ext/soap/php_schema.c 	(*valptr)->value = estrdup((char*)value->children->content);