Lines Matching defs:ppszName
584 * the enumeration and *ppszName, *ppszValue, *pu64Timestamp and
600 * @param ppszName Where to store the next property name. This will be
620 char const **ppszName,
679 if (!ppszName)
680 ppszName = &pszNameTmp;
681 rc = VbglR3GuestPropEnumNext(Handle.get(), ppszName, ppszValue,
700 * @param ppszName Where to store the next property name. This will be
717 char const **ppszName,
775 if (ppszName)
776 *ppszName = *pszName != '\0' ? pszName : NULL;
880 * @retval VINF_SUCCESS on success, @a ppszName, @a ppszValue,
901 * @param ppszName Where to store the pointer to the name retrieved.
914 char ** ppszName, char **ppszValue,
958 && (ppszName != NULL || ppszValue != NULL || ppszFlags != NULL))
963 if (ppszName)
964 *ppszName = (char *)pvBuf;