Searched refs:err_code (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_element.c | 720 enum XML_Error err_code = XML_GetErrorCode(parser); local 725 const char * error_str = XML_ErrorString(err_code); 740 err_code, error_str, line_num, 746 error->parser_code = (long)err_code;
|
| /PHP_TRUNK/ext/intl/common/ |
| H A D | common_error.c | 52 long err_code; local 56 &err_code ) == FAILURE ) 64 RETURN_BOOL( U_FAILURE( err_code ) ); 73 long err_code; local 77 &err_code ) == FAILURE ) 85 RETURN_STRING( (char*)u_errorName( err_code ), 1 );
|
| /PHP_TRUNK/ext/intl/ |
| H A D | intl_error.c | 156 /* {{{ void intl_error_set_code( intl_error* err, UErrorCode err_code ) 159 void intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) 164 err->code = err_code; 222 /* {{{ intl_errors_set_code( intl_error* err, UErrorCode err_code ) 224 void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) 227 intl_error_set_code( err, err_code TSRMLS_CC ); 229 intl_error_set_code( NULL, err_code TSRMLS_CC );
|
| H A D | intl_error.h | 37 void intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ); 46 void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC );
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 984 int err_code; local 986 if ((err_code = onig_new(&retval, 992 onig_error_code_to_str(err_str, err_code, err_info);
|
| H A D | php_mbregex.c | 450 int err_code = 0; local 458 if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, enc, syntax, &err_info)) != ONIG_NORMAL) { 459 onig_error_code_to_str(err_str, err_code, err_info);
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | oniguruma.h | 720 int onig_error_code_to_str PV_((OnigUChar* s, int err_code, ...));
|
Completed in 17 milliseconds