Lines Matching refs:need
14 special case sockets and files every time you need to work with a "user-level"
60 STREAM_MUST_SEEK - If you really need to be able to seek the stream
61 and don't need to be able to write to the original
71 If you need to open a specific stream, or convert standard resources into
102 If you need to copy some data from one stream to another, you will be please
123 The buffer is allocated using pemalloc(); you need to call pefree() to
127 If you have an existing stream and need to be able to seek() it, you
143 NOTE: If you only need to seek forward, there is no need to call this
157 NOTE: If you are opening a stream and need it to be seekable, use the
168 You need to "cast" the stream into a FILE*, and this is how you do it:
233 implementation need only implement write, read, close and flush. The gets
302 First, you need to figure out what data you need to associate with the
303 php_stream. For example, you might need a pointer to some memory for memory
308 If you need to store more than a single field of data, define a structure to
371 The main thing to remember is that in your close operation you need to release
373 the example above, you need to use mysql_free_result on the rowset, close the