Searched defs:valptr (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/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_4/Zend/ |
| H A D | zend_vm_def.h | 3024 zval *valptr; variable 3030 ALLOC_ZVAL(valptr); variable 3031 INIT_PZVAL_COPY(valptr, value); 3033 zval_copy_ctor(valptr); variable 3035 zend_vm_stack_push(valptr TSRMLS_CC); 3103 zval *valptr; variable 3110 ALLOC_ZVAL(valptr); variable 3111 INIT_PZVAL_COPY(valptr, varptr); 3113 zval_copy_ctor(valptr); variable 3115 zend_vm_stack_push(valptr TSRMLS_C [all...] |
| H A D | zend_vm_execute.h | 2375 zval *valptr; local 2381 ALLOC_ZVAL(valptr); 2382 INIT_PZVAL_COPY(valptr, value); 2384 zval_copy_ctor(valptr); 2386 zend_vm_stack_push(valptr TSRMLS_CC); 6776 zval *valptr; local 6782 ALLOC_ZVAL(valptr); 6783 INIT_PZVAL_COPY(valptr, value); 6785 zval_copy_ctor(valptr); 6787 zend_vm_stack_push(valptr TSRMLS_C 11134 zval *valptr; local 27088 zval *valptr; local [all...] |
Completed in 37 milliseconds