Home
last modified time | relevance | path

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

/PHP-5.4/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.4/Zend/
H A Dzend_vm_def.h3035 zval *valptr; variable
3041 ALLOC_ZVAL(valptr);
3042 INIT_PZVAL_COPY(valptr, value);
3044 zval_copy_ctor(valptr);
3046 zend_vm_stack_push(valptr TSRMLS_CC);
3114 zval *valptr; variable
3121 ALLOC_ZVAL(valptr);
3122 INIT_PZVAL_COPY(valptr, varptr);
3124 zval_copy_ctor(valptr);
3126 zend_vm_stack_push(valptr TSRMLS_CC);
H A Dzend_vm_execute.h2386 zval *valptr; in ZEND_SEND_VAL_SPEC_CONST_HANDLER() local
2392 ALLOC_ZVAL(valptr); in ZEND_SEND_VAL_SPEC_CONST_HANDLER()
2395 zval_copy_ctor(valptr); in ZEND_SEND_VAL_SPEC_CONST_HANDLER()
6815 zval *valptr; in ZEND_SEND_VAL_SPEC_TMP_HANDLER() local
6821 ALLOC_ZVAL(valptr); in ZEND_SEND_VAL_SPEC_TMP_HANDLER()
6824 zval_copy_ctor(valptr); in ZEND_SEND_VAL_SPEC_TMP_HANDLER()
11182 zval *valptr; in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER() local
11189 ALLOC_ZVAL(valptr); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER()
11192 zval_copy_ctor(valptr); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER()
27171 zval *valptr; in ZEND_SEND_VAR_NO_REF_SPEC_CV_HANDLER() local
[all …]
/PHP-5.4/ext/imap/
H A Dphp_imap.c94 unsigned long find_rightmost_bit(unsigned long *valptr);

Completed in 153 milliseconds