Home
last modified time | relevance | path

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

/PHP-8.1/ext/com_dotnet/
H A Dcom_typeinfo.c419 } vt_names[] = { variable
453 for (i = 0; vt_names[i].name != NULL; i++) { in vt_to_string()
454 if (vt_names[i].vt == vt) in vt_to_string()
455 return vt_names[i].name; in vt_to_string()

Completed in 5 milliseconds