Searched refs:vargs (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regerror.c | 261 va_list vargs; local 263 va_init_list(vargs, code); 273 einfo = va_arg(vargs, OnigErrorInfo*); 310 va_end(vargs);
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_com.c | 470 VARIANT *vargs = NULL, *byref_vals = NULL; local 494 vargs = (VARIANT*)safe_emalloc(sizeof(VARIANT), nargs, 0); 512 /* if it is already byref, "move" it into the vargs array, otherwise 513 * make vargs a reference to this value */ 515 memcpy(&vargs[i], &byref_vals[j], sizeof(vargs[i])); 518 VariantInit(&vargs[i]); 519 V_VT(&vargs[i]) = V_VT(&byref_vals[j]) | VT_BYREF; 521 vargs[i].byref = &V_UINT(&byref_vals[j]); 525 php_com_variant_from_zval(&vargs[ 591 VARIANT *vargs = NULL; local [all...] |
| /PHP_TRUNK/ext/intl/converter/ |
| H A D | converter.c | 48 va_list vargs; local 50 va_start(vargs, format); 51 vsnprintf(message, sizeof(message), format, vargs); 52 va_end(vargs);
|
Completed in 5 milliseconds