Lines Matching refs:buffer
439 * A store operand is typically a number, string, buffer or lvalue
718 * The type of the base object must be integer, buffer, string, or
742 value = temp_desc->buffer.length;
950 * buffer -- the element pointed to by the index.
952 * NOTE: index into a buffer is NOT a pointer to a
953 * sub-buffer of the main buffer, it is only a pointer to a
954 * single element (byte) of the buffer!
956 * Since we are returning the value of the buffer at the
958 * reference to the buffer itself.
962 temp_desc->buffer.pointer[operand[0]->reference.value]);