Lines Matching refs:position
11087 size_t *position, argument
11096 char *pos = pBuffer + *position;
11097 *position += len;
11098 if (pBuffer && bufferSize && *position <= bufferSize) {
11112 OSKextPgoMetadataPutMax(size_t *position, const char *key, size_t value_max) argument
11114 *position += strlen(key) + 1 + value_max + 1;
11123 size_t *position, argument
11133 OSKextPgoMetadataPutMax(position, "INSTANCE", 36);
11134 OSKextPgoMetadataPutMax(position, "UUID", 36);
11135 OSKextPgoMetadataPutMax(position, "TIMESTAMP", max_timestamp_string_size);
11139 OSKextPgoMetadataPut(pBuffer, position, bufferSize, num_pairs,
11149 OSKextPgoMetadataPut(pBuffer, position, bufferSize, num_pairs,
11160 OSKextPgoMetadataPut(pBuffer, position, bufferSize, num_pairs,
11164 OSKextPgoMetadataPut(pBuffer, position, bufferSize, num_pairs,
11169 OSKextPgoMetadataPut(pBuffer, position, bufferSize, num_pairs,
11177 size_t position = 0; local
11179 OSKextPgoMetadataPutAll(kext, fakeuuid, NULL, &position, 0, NULL);
11180 return position;