Lines Matching refs:NULL

214 	{0, NULL, NULL, NULL}
578 NULL,
586 …{ MULTIPART_CONTENT_TYPE, sizeof(MULTIPART_CONTENT_TYPE)-1, NULL, rf…
587 { NULL, 0, NULL, NULL }
645 …{ MULTIPART_CONTENT_TYPE, sizeof(MULTIPART_CONTENT_TYPE)-1, NULL, rf…
646 { NULL, 0, NULL, NULL }
663 list = NULL; in php_mb_parse_encoding_list()
664 if (value == NULL || value_length <= 0) { in php_mb_parse_encoding_list()
666 *return_list = NULL; in php_mb_parse_encoding_list()
686 if (tmpstr == NULL) { in php_mb_parse_encoding_list()
693 while ((p2 = php_memnstr(p1, ",", 1, endp)) != NULL) { in php_mb_parse_encoding_list()
700 if (list != NULL) { in php_mb_parse_encoding_list()
707 if (p == NULL) { in php_mb_parse_encoding_list()
742 } while (n < size && p2 != NULL); in php_mb_parse_encoding_list()
752 *return_list = NULL; in php_mb_parse_encoding_list()
761 *return_list = NULL; in php_mb_parse_encoding_list()
777 return php_mb_parse_encoding_list(encoding_list, strlen(encoding_list), NULL, NULL, 0 TSRMLS_CC); in php_mb_check_encoding_list()
795 list = NULL; in php_mb_parse_encoding_array()
808 if (list != NULL) { in php_mb_parse_encoding_array()
849 *return_list = NULL; in php_mb_parse_encoding_array()
858 *return_list = NULL; in php_mb_parse_encoding_array()
890 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", pattern, err_str); in _php_mb_compile_regex()
891 retval = NULL; in _php_mb_compile_regex()
902 (const OnigUChar*)str + str_len, NULL, ONIG_OPTION_NONE) >= 0; in _php_mb_match_regex()
921 PCRE_CASELESS, &err_str, &err_offset, NULL))) { in _php_mb_compile_regex()
922 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str); in _php_mb_compile_regex()
931 return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0, in _php_mb_match_regex()
932 0, NULL, 0) >= 0; in _php_mb_match_regex()
995 MBSTRG(detect_order_list) = NULL; in PHP_INI_MH()
1019 MBSTRG(http_input_list) = NULL; in PHP_INI_MH()
1041 if (new_value != NULL && new_value_length > 0) { in PHP_INI_MH()
1054 const char *enc_name = NULL; in _php_mb_ini_mbstring_internal_encoding_set()
1149 if (MBSTRG(script_encoding_list) != NULL) { in PHP_INI_MH()
1155 if (MBSTRG(script_encoding_list) != NULL) { in PHP_INI_MH()
1158 MBSTRG(script_encoding_list) = NULL; in PHP_INI_MH()
1172 char *endptr = NULL; in PHP_INI_MH()
1174 if (new_value != NULL) { in PHP_INI_MH()
1209 if (new_value == NULL) { in PHP_INI_MH()
1231 void *re = NULL; in PHP_INI_MH()
1237 php_trim(new_value, new_value_length, NULL, 0, &tmp, 3 TSRMLS_CC); in PHP_INI_MH()
1261 PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order)
1264 PHP_INI_ENTRY("mbstring.internal_encoding", NULL, PHP_INI_ALL, OnUpdate_mbstring_internal_encoding)
1266 PHP_INI_ENTRY("mbstring.script_encoding", NULL, PHP_INI_ALL, OnUpdate_mbstring_script_encoding)
1268 …PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha…
1295 mbstring_globals->script_encoding_list = NULL; in PHP_INI_END()
1305 mbstring_globals->http_input_list = NULL; in PHP_INI_END()
1307 mbstring_globals->detect_order_list = NULL; in PHP_INI_END()
1309 mbstring_globals->current_detect_order_list = NULL; in PHP_INI_END()
1321 mbstring_globals->outconv = NULL; in PHP_INI_END()
1322 mbstring_globals->http_output_conv_mimetypes = NULL; in PHP_INI_END()
1399 enum mbfl_no_encoding *list=NULL, *entry; in PHP_RINIT_FUNCTION()
1442 …h_add(EG(function_table), p->save_func, strlen(p->save_func)+1, orig, sizeof(zend_function), NULL); in PHP_RINIT_FUNCTION()
1445 NULL) == FAILURE) { in PHP_RINIT_FUNCTION()
1472 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1474 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1477 if (MBSTRG(outconv) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1480 MBSTRG(outconv) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1498 …pdate(EG(function_table), p->orig_func, strlen(p->orig_func)+1, orig, sizeof(zend_function), NULL); in PHP_RSHUTDOWN_FUNCTION()
1538 char *name = NULL; in PHP_FUNCTION()
1544 if (name == NULL) { in PHP_FUNCTION()
1550 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown language \"%s\"", name); in PHP_FUNCTION()
1563 char *name = NULL; in PHP_FUNCTION()
1570 if (name == NULL) { in PHP_FUNCTION()
1572 if (name != NULL) { in PHP_FUNCTION()
1580 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); in PHP_FUNCTION()
1600 char *typ = NULL; in PHP_FUNCTION()
1611 if (typ == NULL) { in PHP_FUNCTION()
1650 list = NULL; in PHP_FUNCTION()
1682 (name = (char *)mbfl_no_encoding2name(result)) != NULL) { in PHP_FUNCTION()
1695 char *name = NULL; in PHP_FUNCTION()
1703 if (name == NULL) { in PHP_FUNCTION()
1705 if (name != NULL) { in PHP_FUNCTION()
1713 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); in PHP_FUNCTION()
1727 zval **arg1 = NULL; in PHP_FUNCTION()
1749 list = NULL; in PHP_FUNCTION()
1771 if (list == NULL) { in PHP_FUNCTION()
1789 zval **arg1 = NULL; in PHP_FUNCTION()
1823 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown character."); in PHP_FUNCTION()
1834 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown character."); in PHP_FUNCTION()
1848 char *name = NULL; in PHP_FUNCTION()
1856 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); in PHP_FUNCTION()
1860 if (preferred_name == NULL || *preferred_name == '\0') { in PHP_FUNCTION()
1861 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "No MIME preferred name corresponding to \"%s\"", name… in PHP_FUNCTION()
1878 zval *track_vars_array = NULL; in PHP_FUNCTION()
1879 char *encstr = NULL; in PHP_FUNCTION()
1884 track_vars_array = NULL; in PHP_FUNCTION()
1890 if (track_vars_array != NULL) { in PHP_FUNCTION()
1899 info.force_register_globals = (track_vars_array == NULL); in PHP_FUNCTION()
1913 if (encstr != NULL) efree(encstr); in PHP_FUNCTION()
1930 char *s, *mimetype = NULL; in PHP_FUNCTION()
1944 MBSTRG(outconv) = NULL; in PHP_FUNCTION()
1956 if ((s = strchr(SG(sapi_headers).mimetype,';')) == NULL){ in PHP_FUNCTION()
1984 if (MBSTRG(outconv) == NULL) { in PHP_FUNCTION()
2012 MBSTRG(outconv) = NULL; in PHP_FUNCTION()
2023 char *enc_name = NULL; in PHP_FUNCTION()
2033 if (enc_name == NULL) { in PHP_FUNCTION()
2038 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); in PHP_FUNCTION()
2059 char *enc_name = NULL; in PHP_FUNCTION()
2074 if (enc_name != NULL) { in PHP_FUNCTION()
2077 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); in PHP_FUNCTION()
2083 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string"); in PHP_FUNCTION()
2087 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); in PHP_FUNCTION()
2099 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Needle has not positive length"); in PHP_FUNCTION()
2102 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding or conversion error"); in PHP_FUNCTION()
2105 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is empty"); in PHP_FUNCTION()
2108 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error in mb_strpos"); in PHP_FUNCTION()
2122 char *enc_name = NULL; in PHP_FUNCTION()
2124 zval **zoffset = NULL; in PHP_FUNCTION()
2126 char *enc_name2 = NULL; in PHP_FUNCTION()
2146 if (enc_name2 != NULL) { in PHP_FUNCTION()
2181 if (enc_name != NULL) { in PHP_FUNCTION()
2184 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); in PHP_FUNCTION()
2200 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"… in PHP_FUNCTION()
2230 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); in PHP_FUNCTION()
2274 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION()
2275 char *enc_name = NULL; in PHP_FUNCTION()
2290 if (enc_name != NULL) { in PHP_FUNCTION()
2293 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); in PHP_FUNCTION()
2299 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); in PHP_FUNCTION()
2307 if (ret != NULL) { in PHP_FUNCTION()
2315 if (ret != NULL) { in PHP_FUNCTION()
2332 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION()
2333 char *enc_name = NULL; in PHP_FUNCTION()
2348 if (enc_name != NULL) { in PHP_FUNCTION()
2351 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); in PHP_FUNCTION()
2367 if (ret != NULL) { in PHP_FUNCTION()
2375 if (ret != NULL) { in PHP_FUNCTION()
2394 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION()
2409 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); in PHP_FUNCTION()
2415 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding); in PHP_FUNCTION()
2429 if (ret != NULL) { in PHP_FUNCTION()
2437 if (ret != NULL) { in PHP_FUNCTION()
2452 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION()
2468 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding); in PHP_FUNCTION()
2482 if (ret != NULL) { in PHP_FUNCTION()
2490 if (ret != NULL) { in PHP_FUNCTION()
2505 char *enc_name = NULL; in PHP_FUNCTION()
2519 if (enc_name != NULL) { in PHP_FUNCTION()
2522 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); in PHP_FUNCTION()
2528 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty substring"); in PHP_FUNCTION()
2562 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); in PHP_FUNCTION()
2606 if (NULL == ret) { in PHP_FUNCTION()
2635 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); in PHP_FUNCTION()
2669 if (ret == NULL) { in PHP_FUNCTION()
2683 char *enc_name = NULL; in PHP_FUNCTION()
2695 if (enc_name != NULL) { in PHP_FUNCTION()
2698 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); in PHP_FUNCTION()
2731 marker.val = NULL; in PHP_FUNCTION()
2737 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); in PHP_FUNCTION()
2746 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start position is out of range"); in PHP_FUNCTION()
2751 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Width is negative value"); in PHP_FUNCTION()
2762 if (ret == NULL) { in PHP_FUNCTION()
2777 char *output=NULL; in php_mb_convert_encoding()
2783 return NULL; in php_mb_convert_encoding()
2789 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", _to_encoding); in php_mb_convert_encoding()
2790 return NULL; in php_mb_convert_encoding()
2807 list = NULL; in php_mb_convert_encoding()
2819 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect character encoding"); in php_mb_convert_encoding()
2825 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal character encoding specified"); in php_mb_convert_encoding()
2827 if (list != NULL) { in php_mb_convert_encoding()
2834 if (convd == NULL) { in php_mb_convert_encoding()
2835 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create character encoding converter"); in php_mb_convert_encoding()
2836 return NULL; in php_mb_convert_encoding()
2865 char *_from_encodings = NULL, *ret, *s_free = NULL; in PHP_FUNCTION()
2880 _from_encodings = NULL; in PHP_FUNCTION()
2903 if (_from_encodings != NULL && !strlen(_from_encodings)) { in PHP_FUNCTION()
2905 _from_encodings = NULL; in PHP_FUNCTION()
2918 if (ret != NULL) { in PHP_FUNCTION()
3018 list = NULL; in PHP_FUNCTION()
3026 list = NULL; in PHP_FUNCTION()
3036 list = NULL; in PHP_FUNCTION()
3043 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal argument"); in PHP_FUNCTION()
3051 if (size > 0 && list != NULL) { in PHP_FUNCTION()
3064 if (list != NULL) { in PHP_FUNCTION()
3068 if (ret == NULL) { in PHP_FUNCTION()
3087 while ((encoding = encodings[i++]) != NULL) { in PHP_FUNCTION()
3098 char *name = NULL; in PHP_FUNCTION()
3107 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); in PHP_FUNCTION()
3112 if (encoding->aliases != NULL) { in PHP_FUNCTION()
3127 char *charset_name = NULL; in PHP_FUNCTION()
3129 char *trans_enc_name = NULL; in PHP_FUNCTION()
3146 if (charset_name != NULL) { in PHP_FUNCTION()
3149 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", charset_name); in PHP_FUNCTION()
3154 if (lang != NULL) { in PHP_FUNCTION()
3160 if (trans_enc_name != NULL) { in PHP_FUNCTION()
3170 if (ret != NULL) { in PHP_FUNCTION()
3194 if (ret != NULL) { in PHP_FUNCTION()
3208 char *optstr = NULL; in PHP_FUNCTION()
3210 char *encname = NULL; in PHP_FUNCTION()
3222 if (optstr != NULL) { in PHP_FUNCTION()
3288 if (encname != NULL) { in PHP_FUNCTION()
3291 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encname); in PHP_FUNCTION()
3297 if (ret != NULL) { in PHP_FUNCTION()
3329 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", to_enc); in PHP_FUNCTION()
3342 elist = NULL; in PHP_FUNCTION()
3364 if (identd != NULL) { in PHP_FUNCTION()
3371 if (target_hash != NULL) { in PHP_FUNCTION()
3381 if (target_hash != NULL) { in PHP_FUNCTION()
3394 if (target_hash != NULL) { in PHP_FUNCTION()
3422 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect encoding"); in PHP_FUNCTION()
3426 if (elist != NULL) { in PHP_FUNCTION()
3430 convd = NULL; in PHP_FUNCTION()
3433 if (convd == NULL) { in PHP_FUNCTION()
3434 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter"); in PHP_FUNCTION()
3442 if (convd != NULL) { in PHP_FUNCTION()
3452 if (target_hash != NULL) { in PHP_FUNCTION()
3462 if (target_hash != NULL) { in PHP_FUNCTION()
3476 if (target_hash != NULL) { in PHP_FUNCTION()
3484 if (ret != NULL) { in PHP_FUNCTION()
3500 if (ret != NULL) { in PHP_FUNCTION()
3515 if (name != NULL) { in PHP_FUNCTION()
3551 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); in php_mb_numericentity_exec()
3559 convmap = NULL; in php_mb_numericentity_exec()
3580 if (convmap == NULL) { in php_mb_numericentity_exec()
3586 if (ret != NULL) { in php_mb_numericentity_exec()
3762 if (fld_name.c != NULL && fld_val.c != NULL) { in _php_mbstr_parse_mail_headers()
3814 if (fld_name.c != NULL && fld_val.c != NULL) { in _php_mbstr_parse_mail_headers()
3833 char *to = NULL; in PHP_FUNCTION()
3835 char *message = NULL; in PHP_FUNCTION()
3837 char *headers = NULL; in PHP_FUNCTION()
3839 char *subject = NULL; in PHP_FUNCTION()
3841 char *extra_cmd = NULL; in PHP_FUNCTION()
3844 char *to_r = NULL; in PHP_FUNCTION()
3851 char *message_buf = NULL, *subject_buf = NULL, *p; in PHP_FUNCTION()
3867 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "SAFE MODE Restriction in effect. The fifth parameter… in PHP_FUNCTION()
3881 if (lang != NULL) { in PHP_FUNCTION()
3902 zend_hash_init(&ht_headers, 0, NULL, (dtor_func_t) my_smart_str_dtor, 0); in PHP_FUNCTION()
3904 if (headers != NULL) { in PHP_FUNCTION()
3911 char *charset = NULL; in PHP_FUNCTION()
3918 if (p != NULL) { in PHP_FUNCTION()
3925 if ((param_name = php_strtok_r(p, "= ", &tmp)) != NULL) { in PHP_FUNCTION()
3929 charset = php_strtok_r(NULL, "= \"", &tmp); in PHP_FUNCTION()
3930 if (charset != NULL) { in PHP_FUNCTION()
3935 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported charset \"%s\" - will be regarded as asci… in PHP_FUNCTION()
3960 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported transfer encoding \"%s\" - will be regard… in PHP_FUNCTION()
3968 if (to != NULL) { in PHP_FUNCTION()
3992 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing To: field"); in PHP_FUNCTION()
3997 if (subject != NULL && subject_len >= 0) { in PHP_FUNCTION()
4007 if (pstr != NULL) { in PHP_FUNCTION()
4011 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing Subject: field"); in PHP_FUNCTION()
4016 if (message != NULL) { in PHP_FUNCTION()
4027 pstr = NULL; in PHP_FUNCTION()
4031 if (mbfl_convert_encoding(&orig_str, &tmpstr, tran_cs) != NULL) { in PHP_FUNCTION()
4037 if (pstr != NULL) { in PHP_FUNCTION()
4042 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty message body"); in PHP_FUNCTION()
4043 message = NULL; in PHP_FUNCTION()
4051 if (headers != NULL) { in PHP_FUNCTION()
4069 if (p != NULL) { in PHP_FUNCTION()
4078 if (p == NULL) { in PHP_FUNCTION()
4131 char *typ = NULL; in PHP_FUNCTION()
4148 if ((name = (char *)mbfl_no_encoding2name(MBSTRG(current_internal_encoding))) != NULL) { in PHP_FUNCTION()
4151 if ((name = (char *)mbfl_no_encoding2name(MBSTRG(http_input_identify))) != NULL) { in PHP_FUNCTION()
4154 if ((name = (char *)mbfl_no_encoding2name(MBSTRG(current_http_output_encoding))) != NULL) { in PHP_FUNCTION()
4157 …mbstring.http_output_conv_mimetypes", sizeof("mbstring.http_output_conv_mimetypes"), 0)) != NULL) { in PHP_FUNCTION()
4175 if (lang != NULL) { in PHP_FUNCTION()
4176 if ((name = (char *)mbfl_no_encoding2name(lang->mail_charset)) != NULL) { in PHP_FUNCTION()
4179 if ((name = (char *)mbfl_no_encoding2name(lang->mail_header_encoding)) != NULL) { in PHP_FUNCTION()
4182 if ((name = (char *)mbfl_no_encoding2name(lang->mail_body_encoding)) != NULL) { in PHP_FUNCTION()
4192 if ((name = (char *)mbfl_no_language2name(MBSTRG(language))) != NULL) { in PHP_FUNCTION()
4201 if ((name = (char *)mbfl_no_encoding2name(*entry)) != NULL) { in PHP_FUNCTION()
4230 if ((name = (char *)mbfl_no_encoding2name(*entry)) != NULL) { in PHP_FUNCTION()
4240 if ((name = (char *)mbfl_no_encoding2name(MBSTRG(current_internal_encoding))) != NULL) { in PHP_FUNCTION()
4244 if ((name = (char *)mbfl_no_encoding2name(MBSTRG(http_input_identify))) != NULL) { in PHP_FUNCTION()
4248 if ((name = (char *)mbfl_no_encoding2name(MBSTRG(current_http_output_encoding))) != NULL) { in PHP_FUNCTION()
4252 …mbstring.http_output_conv_mimetypes", sizeof("mbstring.http_output_conv_mimetypes"), 0)) != NULL) { in PHP_FUNCTION()
4271 if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_charset)) != NULL) { in PHP_FUNCTION()
4275 if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_header_encoding)) != NULL) { in PHP_FUNCTION()
4279 if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_body_encoding)) != NULL) { in PHP_FUNCTION()
4291 if ((name = (char *)mbfl_no_language2name(MBSTRG(language))) != NULL) { in PHP_FUNCTION()
4352 char *var = NULL; in PHP_FUNCTION()
4354 char *enc = NULL; in PHP_FUNCTION()
4358 mbfl_string string, result, *ret = NULL; in PHP_FUNCTION()
4365 if (var == NULL) { in PHP_FUNCTION()
4369 if (enc != NULL) { in PHP_FUNCTION()
4372 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid encoding \"%s\"", enc); in PHP_FUNCTION()
4378 if (convd == NULL) { in PHP_FUNCTION()
4379 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter"); in PHP_FUNCTION()
4396 if (ret != NULL) { in PHP_FUNCTION()
4415 if (enc != NULL) { in php_mb_mbchar_bytes_ex()
4417 if (enc->mblen_table != NULL) { in php_mb_mbchar_bytes_ex()
4418 if (s != NULL) return enc->mblen_table[*(unsigned char *)s]; in php_mb_mbchar_bytes_ex()
4442 char *last=NULL; in php_mb_safe_strrchr_ex()
4454 return NULL; /* something is going wrong! */ in php_mb_safe_strrchr_ex()
4469 return NULL; in php_mb_safe_strrchr_ex()
4512 mbfl_string string, result, *ret = NULL; in php_mb_gpc_encoding_converter()
4551 if (convd == NULL) { in php_mb_gpc_encoding_converter()
4559 if (ret != NULL) { in php_mb_gpc_encoding_converter()
4580 mbfl_encoding_detector *identd = NULL; in php_mb_gpc_encoding_detector()
4593 mbfl_no_encoding2name(MBSTRG(http_input_list)[0]) != NULL) { in php_mb_gpc_encoding_detector()
4600 list = NULL; in php_mb_gpc_encoding_detector()
4604 if (size > 0 && list != NULL) { in php_mb_gpc_encoding_detector()
4692 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding); in php_mb_stripos()
4702 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"… in php_mb_stripos()
4707 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string"); in php_mb_stripos()
4733 char *name, *list = NULL; in php_mb_set_zend_encoding()
4790 list = NULL; in php_mb_encoding_detector()
4794 return NULL; in php_mb_encoding_detector()
4796 if (size > 0 && list != NULL) { in php_mb_encoding_detector()
4808 if (list != NULL) { in php_mb_encoding_detector()
4811 if (ret != NULL) { in php_mb_encoding_detector()
4814 return NULL; in php_mb_encoding_detector()
4846 if (convd == NULL) { in php_mb_encoding_converter()
4854 if (ret != NULL) { in php_mb_encoding_converter()