Home
last modified time | relevance | path

Searched refs:valptr (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/soap/
H A Dphp_schema.c807 if ((*valptr) == NULL) { in schema_restriction_var_int()
808 (*valptr) = emalloc(sizeof(sdlRestrictionInt)); in schema_restriction_var_int()
810 memset((*valptr), 0, sizeof(sdlRestrictionInt)); in schema_restriction_var_int()
813 (*valptr)->fixed = FALSE; in schema_restriction_var_int()
817 (*valptr)->fixed = TRUE; in schema_restriction_var_int()
825 (*valptr)->value = atoi((char*)value->children->content); in schema_restriction_var_int()
834 if ((*valptr) == NULL) { in schema_restriction_var_char()
835 (*valptr) = emalloc(sizeof(sdlRestrictionChar)); in schema_restriction_var_char()
837 memset((*valptr), 0, sizeof(sdlRestrictionChar)); in schema_restriction_var_char()
840 (*valptr)->fixed = FALSE; in schema_restriction_var_char()
[all …]
/PHP-5.3/Zend/
H A Dzend_vm_def.h2603 zval *valptr; variable
2609 ALLOC_ZVAL(valptr);
2610 INIT_PZVAL_COPY(valptr, value);
2612 zval_copy_ctor(valptr);
2614 zend_vm_stack_push(valptr TSRMLS_CC);
2679 zval *valptr; variable
2686 ALLOC_ZVAL(valptr);
2687 INIT_PZVAL_COPY(valptr, varptr);
2689 zval_copy_ctor(valptr);
2691 zend_vm_stack_push(valptr TSRMLS_CC);
H A Dzend_vm_execute.h1751 zval *valptr; in ZEND_SEND_VAL_SPEC_CONST_HANDLER() local
1757 ALLOC_ZVAL(valptr); in ZEND_SEND_VAL_SPEC_CONST_HANDLER()
5046 zval *valptr; in ZEND_SEND_VAL_SPEC_TMP_HANDLER() local
5052 ALLOC_ZVAL(valptr); in ZEND_SEND_VAL_SPEC_TMP_HANDLER()
8292 zval *valptr; in ZEND_SEND_VAL_SPEC_VAR_HANDLER() local
8298 ALLOC_ZVAL(valptr); in ZEND_SEND_VAL_SPEC_VAR_HANDLER()
8368 zval *valptr; in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER() local
8375 ALLOC_ZVAL(valptr); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER()
22207 zval *valptr; in ZEND_SEND_VAL_SPEC_CV_HANDLER() local
22213 ALLOC_ZVAL(valptr); in ZEND_SEND_VAL_SPEC_CV_HANDLER()
[all …]
/PHP-5.3/ext/imap/
H A Dphp_imap.c94 unsigned long find_rightmost_bit(unsigned long *valptr);

Completed in 148 milliseconds