Searched defs:valptr (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/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_3/Zend/ |
| H A D | zend_vm_def.h | 2601 zval *valptr; variable 2607 ALLOC_ZVAL(valptr); variable 2608 INIT_PZVAL_COPY(valptr, value); 2610 zval_copy_ctor(valptr); variable 2612 zend_vm_stack_push(valptr TSRMLS_CC); 2677 zval *valptr; variable 2684 ALLOC_ZVAL(valptr); variable 2685 INIT_PZVAL_COPY(valptr, varptr); 2687 zval_copy_ctor(valptr); variable 2689 zend_vm_stack_push(valptr TSRMLS_C [all...] |
| H A D | zend_vm_execute.h | 1749 zval *valptr; local 1755 ALLOC_ZVAL(valptr); 1756 INIT_PZVAL_COPY(valptr, value); 1758 zval_copy_ctor(valptr); 1760 zend_vm_stack_push(valptr TSRMLS_CC); 5044 zval *valptr; local 5050 ALLOC_ZVAL(valptr); 5051 INIT_PZVAL_COPY(valptr, value); 5053 zval_copy_ctor(valptr); 5055 zend_vm_stack_push(valptr TSRMLS_C 8290 zval *valptr; local 8366 zval *valptr; local 22205 zval *valptr; local 22281 zval *valptr; local [all...] |
Completed in 35 milliseconds