dispname 682 ext/com_dotnet/com_com.c char *dispname = NULL, *typelibname = NULL; dispname 704 ext/com_dotnet/com_com.c dispname = Z_STRVAL_PP(tmp); dispname 707 ext/com_dotnet/com_com.c dispname = Z_STRVAL_P(sink); dispname 710 ext/com_dotnet/com_com.c typeinfo = php_com_locate_typeinfo(typelibname, obj, dispname, 1 TSRMLS_CC); dispname 265 ext/com_dotnet/com_typeinfo.c ITypeInfo *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink TSRMLS_DC) dispname 273 ext/com_dotnet/com_typeinfo.c if (dispname == NULL && sink) { dispname 287 ext/com_dotnet/com_typeinfo.c } else if (dispname == NULL) { dispname 297 ext/com_dotnet/com_typeinfo.c } else if (dispname && obj->typeinfo) { dispname 303 ext/com_dotnet/com_typeinfo.c if (dispname) { dispname 319 ext/com_dotnet/com_typeinfo.c if (!gotguid && dispname && typelib) { dispname 322 ext/com_dotnet/com_typeinfo.c OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP TSRMLS_CC); dispname 175 ext/com_dotnet/php_com_dotnet_internal.h ITypeInfo *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink TSRMLS_DC);