Lines Matching refs:NULL

45 	char *res = NULL, *separator=NULL;  in ZEND_EXTERN_MODULE_GLOBALS()
120 MBSTRG(http_input_identify_post) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
123 MBSTRG(http_input_identify_get) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
126 MBSTRG(http_input_identify_cookie) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
129 MBSTRG(http_input_identify_string) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
176 char *strtok_buf = NULL, **val_list = NULL; in _php_mb_encoding_handler_ex()
177 size_t n, num = 1, *len_list = NULL; in _php_mb_encoding_handler_ex()
179 const mbfl_encoding *from_encoding = NULL; in _php_mb_encoding_handler_ex()
180 mbfl_encoding_detector *identd = NULL; in _php_mb_encoding_handler_ex()
222 var = php_strtok_r(NULL, info->separator, &strtok_buf); in _php_mb_encoding_handler_ex()
226 …php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the lim… in _php_mb_encoding_handler_ex()
239 from_encoding = NULL; in _php_mb_encoding_handler_ex()
241 if (identd != NULL) { in _php_mb_encoding_handler_ex()
257 php_error_docref(NULL, E_WARNING, "Unable to detect encoding"); in _php_mb_encoding_handler_ex()
297 if (val_list != NULL) { in _php_mb_encoding_handler_ex()
300 if (len_list != NULL) { in _php_mb_encoding_handler_ex()
313 zend_string *post_data_str = NULL; in SAPI_POST_HANDLER_FUNC()
315 MBSTRG(http_input_identify_post) = NULL; in SAPI_POST_HANDLER_FUNC()
326 detected = _php_mb_encoding_handler_ex(&info, arg, post_data_str ? ZSTR_VAL(post_data_str) : NULL); in SAPI_POST_HANDLER_FUNC()