Searched defs:valptr (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/soap/ |
| H A D | php_schema.c | 43 static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr); 45 static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr); 803 static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr) argument 807 if ((*valptr) == NULL) { 808 (*valptr) = emalloc(sizeof(sdlRestrictionInt)); 810 memset((*valptr), 0, sizeof(sdlRestrictionInt)); 813 (*valptr)->fixed = FALSE; 817 (*valptr)->fixed = TRUE; 825 (*valptr)->value = atoi((char*)value->children->content); 830 static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr) argument [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_vm_def.h | 3057 zval *valptr; variable 3063 ALLOC_ZVAL(valptr); variable 3064 INIT_PZVAL_COPY(valptr, value); 3066 zval_copy_ctor(valptr); variable 3068 zend_vm_stack_push(valptr TSRMLS_CC); 3134 zval *valptr; variable 3141 ALLOC_ZVAL(valptr); variable 3142 INIT_PZVAL_COPY(valptr, varptr); 3144 zval_copy_ctor(valptr); variable 3147 zend_vm_stack_push(valptr TSRMLS_C [all...] |
| H A D | zend_vm_execute.h | 2480 zval *valptr; local 2486 ALLOC_ZVAL(valptr); 2487 INIT_PZVAL_COPY(valptr, value); 2489 zval_copy_ctor(valptr); 2491 zend_vm_stack_push(valptr TSRMLS_CC); 7787 zval *valptr; local 7793 ALLOC_ZVAL(valptr); 7794 INIT_PZVAL_COPY(valptr, value); 7796 zval_copy_ctor(valptr); 7798 zend_vm_stack_push(valptr TSRMLS_C 13057 zval *valptr; local 30692 zval *valptr; local [all...] |
Completed in 35 milliseconds