Lines Matching refs:NULL

54 		setvbuf(file, NULL, _IONBF, 0);  in fopencookie()
232 if (ret == NULL) { in _php_stream_cast()
242 if (*ret != NULL) { in _php_stream_cast()
262 php_error_docref(NULL, E_ERROR, "fopencookie failed"); in _php_stream_cast()
266 …m_is_filtered(stream) && stream->ops->cast && stream->ops->cast(stream, castas, NULL) == SUCCESS) { in _php_stream_cast()
276 int retcopy = php_stream_copy_to_stream_ex(stream, newstream, PHP_STREAM_COPY_ALL, NULL); in _php_stream_cast()
302 php_error_docref(NULL, E_WARNING, "Cannot cast a filtered stream on this system"); in _php_stream_cast()
318 …php_error_docref(NULL, E_WARNING, "Cannot represent a stream of type %s as a %s", stream->ops->lab… in _php_stream_cast()
333 …php_error_docref(NULL, E_WARNING, ZEND_LONG_FMT " bytes of buffered data lost during stream conver… in _php_stream_cast()
352 FILE *fp = NULL; in _php_stream_open_wrapper_as_file()
353 php_stream *stream = NULL; in _php_stream_open_wrapper_as_file()
357 if (stream == NULL) { in _php_stream_open_wrapper_as_file()
358 return NULL; in _php_stream_open_wrapper_as_file()
366 return NULL; in _php_stream_open_wrapper_as_file()
375 if (newstream == NULL) { in _php_stream_make_seekable()
378 *newstream = NULL; in _php_stream_make_seekable()
380 if (((flags & PHP_STREAM_FORCE_CONVERSION) == 0) && origstream->ops->seek != NULL) { in _php_stream_make_seekable()
393 if (*newstream == NULL) { in _php_stream_make_seekable()
402 if (php_stream_copy_to_stream_ex(origstream, *newstream, PHP_STREAM_COPY_ALL, NULL) != SUCCESS) { in _php_stream_make_seekable()
404 *newstream = NULL; in _php_stream_make_seekable()