If a function needs to maintain the state of some data over successive calls, such as a working buffer or a pointer, the caller should provide this data.
如果函数需要在一系列调用期间维持某些数据的状态,比如工作缓存或指针,那么调用者应该提供此数据。
You could even just use a single pointer and write data back into the buffer you got it from, although this might be a nuisance to program for on the other end.
您甚至只需要使用一个指针并将数据写回到读取数据所使用的缓冲区中即可,不过这对于另外一端的编程来说可能有些麻烦。
This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.
如果程序传递了无效的指针值,或者如果缓冲区的长度太小会发生此错误。
This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes.
该函数接受一个指向用户空间缓冲区的指针、一个指向内存缓冲区的指针、以及一个以字节定义的长度。
This protects against stack, buffer, and function pointer overflows, all without recompilation.
这样将保护程序代码避免堆栈、缓冲区和函数指针溢出,而且全都不需重新编译。
You then use register 127 as your loop counter and register 126 as your base pointer, and perform convert_to_upper on each value until you get to the end of the buffer.
然后再将寄存器127用作循环计数器,将寄存器126用作基指针,并在每个值上执行convert _ to_upper,直到到达缓冲区的底部为止。
The POSIX 1003.1 standard defines strerror_r , which accepts a pointer to a buffer and a buffer size in addition to the error value.
POSIX 1003.1标准定义strerror _ r,该函数除接受错误值之外,还接受缓冲区中的指针和缓冲区大小。
The strerror() function isn't necessarily thread-safe; for unknown values, it formats an error message in a static buffer and returns a pointer to that buffer.
strerror()函数并没有必要是线程安全的;对于未知值,该函数在静态缓冲区中设置错误消息的格式并将指针返回到该缓冲区。
SBP: A pointer to the sense buffer.
sbp:缓冲检测指针。
Pointer to the buffer that contains the filename used to initialize the filename edit control on the dialog box. The buffer should be at least 260 bytes long.
指向一个包含文件名的缓冲区指针,这个文件名被用来初始化对话框上编辑控件的文件名。这个缓冲区至少要260个字节长。
If this parameter is NULL, OpenSSL writes the string to a static buffer that is 256 bytes in length, and returns a pointer to that buffer.
如果参数为NULL,则openssl会将字符串写入到一个长度为256字节的静态缓冲区中,并返回指向该缓冲区的指针。
Name is the pointer to the buffer that contains the network transport address.
name是指向包含网络传输地址的缓冲区的指针。
When you create a buffer, you just get a pointer to it, and that's the same memory that the GPU sees.
当你创建一个缓冲区时,得到一个指针,GPU也看到了同样的内存。
In order to statically analyze buffer overflow, efficient and precise pointer analysis must be performed to make certain what target buffer a pointer variable point to.
为了进行静态缓冲区溢出分析,必须首先进行高效而精确的指针分析,以确定指针可能指向的目标缓冲区。
They also need to have a parameter WSABUF, that contains a pointer to a buffer that is going to be used.
他们还需要有一个参数WSABUF,包含一个指针的缓冲区将被使用。
The other option is to load a copy of the original file into buffer and place the file pointer at the intended position.
另一个选择是在预定位置的原始文件的副本到缓冲区,将文件指针的方法负载。
Pointer to a buffer that contains the data required to perform the operation.
指向一个缓冲区,其包含执行操作所必须的数据。
The C language allows indirect access memory location by pointer without boundary check, which may cause buffer overflow.
由于C语言允许通过指针进行间接内存访问,但并不进行边界检查,因此可能存在缓冲区溢出。
The number of elements in the buffer parameter is used to determine the actual number of valid elements of an array, or of a buffer pointed to by a pointer.
缓冲区参数中的元素数目用于确定指针指向的数组或缓冲区中有效元素的实际数目。
If instrumentation pointer have lagged behind such phenomena, unscrew the meter connector six-party nut, buffer unscrew clean, pack good again after use.
如果仪表指针出现了滞后现象等,将旋下仪表接头六方螺母,将缓冲器旋下清洗干净,装好后再进行使用。
In addition, the memory buffer including a write pointer and a read pointer.
另外,缓存区包含一个写入指针和一个读取指针。
If the pointer is a function parameter and the size of the buffer was not passed, it is not possible to calculate the maximum buffer available.
如果指针是函数参数,而且未传递缓冲区的大小,则不能计算可用的最大缓冲区。
You can initialize a pointer by using an array, a string, a fixed-size buffer, or the address of a variable.
可通过使用数组、字符串、大小固定的缓冲区或变量地址初始化指针。
A pointer to the buffer that contains data to be written in the address space of the specified process.
指向的缓冲区中包含的数据来写的地址空间指定的进程。
A pointer to the buffer that contains data to be written in the address space of the specified process.
指向的缓冲区中包含的数据来写的地址空间指定的进程。
应用推荐