Searched defs:valptr (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/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_5_5/Zend/ |
| H A D | zend_vm_def.h | 3054 zval *valptr; variable 3060 ALLOC_ZVAL(valptr); variable 3061 INIT_PZVAL_COPY(valptr, value); 3063 zval_copy_ctor(valptr); variable 3065 zend_vm_stack_push(valptr TSRMLS_CC); 3133 zval *valptr; variable 3140 ALLOC_ZVAL(valptr); variable 3141 INIT_PZVAL_COPY(valptr, varptr); 3143 zval_copy_ctor(valptr); variable 3145 zend_vm_stack_push(valptr TSRMLS_C [all...] |
| H A D | zend_vm_execute.h | 2475 zval *valptr; local 2481 ALLOC_ZVAL(valptr); 2482 INIT_PZVAL_COPY(valptr, value); 2484 zval_copy_ctor(valptr); 2486 zend_vm_stack_push(valptr TSRMLS_CC); 7782 zval *valptr; local 7788 ALLOC_ZVAL(valptr); 7789 INIT_PZVAL_COPY(valptr, value); 7791 zval_copy_ctor(valptr); 7793 zend_vm_stack_push(valptr TSRMLS_C 13054 zval *valptr; local 30677 zval *valptr; local [all...] |
Completed in 36 milliseconds