lispdoc - results for fill-block |
(md5:fill-block) | Function: Convert a complete 64 byte input vector segment into the given 16 word MD5 block. This currently works on (unsigned-byte 8) and character simple-arrays, via the functions `fill-block-ub8' and `fill-block-char' respectively.
|
(md5:fill-block-ub8) | Function: Convert a complete 64 (unsigned-byte 8) input vector segment starting from offset into the given 16 word MD5 block.
|
(md5:fill-block-char) | Function: Convert a complete 64 character input string segment starting from offset into the given 16 word MD5 block.
|
file-error | Undocumented
|
| Mentioned in: CLtL2 - 23.1.3. Structured Directories CLtL2 - 23.1.5.3. Using Logical Pathnames CLtL2 - 29.5. Predefined Condition Types HyperSpec - Condition Type FILE-ERROR PCL - interacting with the file system | |
(fill-pointer vector) | Function: Return the FILL-POINTER of the given VECTOR.
|
Example:(defun rl-clean-tables () "Cleans all rule-tables." (clrhash *rule-code*) (clrhash *rule-defs*) (setf (fill-pointer *rules*) 0)) | Mentioned in: CLtL2 - 17.5. Fill Pointers CLtL2 - 18. Strings HyperSpec - Accessor FILL-POINTER |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |