Lines Matching full:storage

44  * Add the flags on a storage buffer by or-ing in the flags to the buffer.
46 * @param sp the storage buffer to set the flags on
59 * Clear the flags on a storage buffer
61 * @param sp the storage buffer to clear the flags on
74 * Return true or false depending on if the storage flags is set or
77 * @param sp the storage buffer to check flags on
92 * Set the new byte order of the storage buffer.
94 * @param sp the storage buffer to set the byte order for.
125 * @param sp the storage buffer set the max allow for
160 * @param sp the storage buffer to seek in.
177 * Truncate the storage buffer in sp to offset.
179 * @param sp the storage buffer to truncate.
194 * Read to the storage buffer.
196 * @param sp the storage buffer to read from
212 * Write to the storage buffer.
214 * @param sp the storage buffer to write to
215 * @param buf the buffer to write to the storage buffer
230 * Set the return code that will be used when end of storage is reached.
232 * @param sp the storage
233 * @param code the error code to return on end of storage
245 * Get the return code that will be used when end of storage is reached.
247 * @param sp the storage
249 * @return storage error code
261 * Free a krb5 storage.
263 * @param sp the storage to free.
281 * Copy the contnent of storage
283 * @param sp the storage to copy to a data
337 * Store a int32 to storage, byte order is controlled by the settings
338 * on the storage, see krb5_storage_set_byteorder().
340 * @param sp the storage to write too
360 * Store a uint32 to storage, byte order is controlled by the settings
361 * on the storage, see krb5_storage_set_byteorder().
363 * @param sp the storage to write too
397 * Read a int32 from storage, byte order is controlled by the settings
398 * on the storage, see krb5_storage_set_byteorder().
400 * @param sp the storage to write too
423 * Read a uint32 from storage, byte order is controlled by the settings
424 * on the storage, see krb5_storage_set_byteorder().
426 * @param sp the storage to write too
449 * Store a int16 to storage, byte order is controlled by the settings
450 * on the storage, see krb5_storage_set_byteorder().
452 * @param sp the storage to write too
472 * Store a uint16 to storage, byte order is controlled by the settings
473 * on the storage, see krb5_storage_set_byteorder().
475 * @param sp the storage to write too
491 * Read a int16 from storage, byte order is controlled by the settings
492 * on the storage, see krb5_storage_set_byteorder().
494 * @param sp the storage to write too
520 * Read a int16 from storage, byte order is controlled by the settings
521 * on the storage, see krb5_storage_set_byteorder().
523 * @param sp the storage to write too
546 * Store a int8 to storage.
548 * @param sp the storage to write too
569 * Store a uint8 to storage.
571 * @param sp the storage to write too
587 * Read a int8 from storage
589 * @param sp the storage to write too
610 * Read a uint8 from storage
612 * @param sp the storage to write too
635 * Store a data to the storage. The data is stored with an int32 as
638 * @param sp the storage buffer to write to
663 * Parse a data from the storage.
665 * @param sp the storage buffer to read from
701 * @param sp the storage buffer to write to
719 * Parse a string from the storage.
721 * @param sp the storage buffer to read from
752 * @param sp the storage buffer to write to
775 * Parse zero terminated string from the storage.
777 * @param sp the storage buffer to read from
893 * Write a principal block to storage.
895 * @param sp the storage buffer to write to
930 * Parse principal from the storage.
932 * @param sp the storage buffer to read from
1003 * Store a keyblock to the storage.
1005 * @param sp the storage buffer to write to
1032 * Read a keyblock from the storage.
1034 * @param sp the storage buffer to write to
1035 * @param p the keyblock read from storage, free using krb5_free_keyblock()
1062 * Write a times block to storage.
1064 * @param sp the storage buffer to write to
1087 * Read a times block from the storage.
1089 * @param sp the storage buffer to write to
1090 * @param times the times block read from storage
1117 * Write a address block to storage.
1119 * @param sp the storage buffer to write to
1138 * Read a address block from the storage.
1140 * @param sp the storage buffer to write to
1141 * @param adr the address block read from storage
1161 * Write a addresses block to storage.
1163 * @param sp the storage buffer to write to
1186 * Read a addresses block from the storage.
1188 * @param sp the storage buffer to write to
1189 * @param adr the addresses block read from storage
1219 * Write a auth data block to storage.
1221 * @param sp the storage buffer to write to
1246 * Read a auth data from the storage.
1248 * @param sp the storage buffer to write to
1249 * @param auth the auth data block read from storage
1293 * Write a credentials block to storage.
1295 * @param sp the storage buffer to write to
1345 * Read a credentials block from the storage.
1347 * @param sp the storage buffer to write to
1348 * @param creds the credentials block read from storage
1417 * Write a tagged credentials block to storage.
1419 * @param sp the storage buffer to write to
1509 * Read a tagged credentials block from the storage.
1511 * @param sp the storage buffer to write to
1512 * @param creds the credentials block read from storage