dispname          693 ext/com_dotnet/com_com.c 	char *dispname = NULL, *typelibname = NULL;
dispname          714 ext/com_dotnet/com_com.c 			dispname = Z_STRVAL_P(tmp);
dispname          717 ext/com_dotnet/com_com.c 		dispname = Z_STRVAL_P(sink);
dispname          720 ext/com_dotnet/com_com.c 	typeinfo = php_com_locate_typeinfo(typelibname, obj, dispname, 1);
dispname          264 ext/com_dotnet/com_typeinfo.c ITypeInfo *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink)
dispname          272 ext/com_dotnet/com_typeinfo.c 		if (dispname == NULL && sink) {
dispname          286 ext/com_dotnet/com_typeinfo.c 		} else if (dispname == NULL) {
dispname          296 ext/com_dotnet/com_typeinfo.c 		} else if (dispname && obj->typeinfo) {
dispname          302 ext/com_dotnet/com_typeinfo.c 			if (dispname) {
dispname          318 ext/com_dotnet/com_typeinfo.c 	if (!gotguid && dispname && typelib) {
dispname          321 ext/com_dotnet/com_typeinfo.c 		OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP);
dispname          178 ext/com_dotnet/php_com_dotnet_internal.h ITypeInfo *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink);