| /PHP_5_5/ext/pcre/pcrelib/ |
| H A D | pcredemo.c | 49 const char *error; local 102 &error, /* for error message */ 103 &erroffset, /* for error offset */ 106 /* Compilation failed: print the error message and exit */ 110 printf("PCRE compilation failed at offset %d: %s\n", erroffset, error); 131 /* Matching failed: handle error cases */ 141 default: printf("Matching error %d\n", rc); break; 323 /* This time, a result of NOMATCH isn't an error. If the value in "options" 360 printf("Matching error [all...] |
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_private.h | 118 XMLRPC_VALUE error; /* error codes */ member in struct:_xmlrpc_request
|
| /PHP_5_5/ext/zip/lib/ |
| H A D | zip_get_name.c | 45 return _zip_get_name(za, idx, flags, &za->error); 53 struct zip_error *error) 56 _zip_error_set(error, ZIP_ER_INVAL, 0); 62 _zip_error_set(error, ZIP_ER_DELETED, 0); 70 _zip_error_set(error, ZIP_ER_INVAL, 0); 49 _zip_get_name(struct zip *za, zip_uint64_t idx, int flags, struct zip_error *error) argument
|
| H A D | zip_memdup.c | 43 _zip_memdup(const void *mem, size_t len, struct zip_error *error) 49 _zip_error_set(error, ZIP_ER_MEMORY, 0); 42 _zip_memdup(const void *mem, size_t len, struct zip_error *error) argument
|
| H A D | zip_name_locate.c | 47 return _zip_name_locate(za, fname, flags, &za->error); 55 struct zip_error *error) 65 _zip_error_set(error, ZIP_ER_INVAL, 0); 70 _zip_error_set(error, ZIP_ER_NOENT, 0); 81 fn = _zip_get_name(za, i, flags, error); 97 /* Look for an entry should not raise an error */ 98 /* _zip_error_set(error, ZIP_ER_NOENT, 0);*/ 51 _zip_name_locate(struct zip *za, const char *fname, int flags, struct zip_error *error) argument
|
| H A D | zip_new.c | 49 _zip_new(struct zip_error *error) 55 _zip_error_set(error, ZIP_ER_MEMORY, 0); 61 _zip_error_init(&za->error); 47 _zip_new(struct zip_error *error) argument
|
| H A D | zip_open.c | 175 int flags, struct zip_error *error) 185 _zip_error_set(error, ZIP_ER_NOZIP, 0); 191 _zip_error_set(error, ZIP_ER_NOZIP, 0); 196 _zip_error_set(error, ZIP_ER_MULTIDISK, 0); 206 if ((cd=_zip_cdir_new(nentry, error)) == NULL) 216 _zip_error_set(error, ZIP_ER_INCONS, 0); 223 _zip_error_set(error, ZIP_ER_NOZIP, 0); 229 _zip_error_set(error, ZIP_ER_INCONS, 0); 237 cd->comment_len, error)) 258 /* seek error o 169 _zip_readcdir(FILE *fp, off_t buf_offset, unsigned char *buf, unsigned char *eocd, int buflen, int flags, struct zip_error *error) argument 299 _zip_checkcons(FILE *fp, struct zip_cdir *cd, struct zip_error *error) argument 458 struct zip_error error; local [all...] |
| H A D | zip_source_zip.c | 59 struct zip_error error; 69 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); 75 _zip_error_set(&za->error, ZIP_ER_CHANGED, 0); 88 _zip_error_set(&za->error, ZIP_ER_MEMORY, 0); 92 _zip_error_copy(&error, &srcza->error); 97 _zip_error_copy(&za->error, &srcza->error); 98 _zip_error_copy(&srcza->error, &error); 57 struct zip_error error; local [all...] |
| /PHP_5_5/scripts/dev/ |
| H A D | check_parameters.php | 61 /** reports an error, according to its level */ 62 function error($str, $level = 0) function 77 /** this updates the global var $line (for error reporting) */ 144 error("too few variables passed to function"); 153 error("{$db[$idx][0]}: expected '$exp' but got '{$db[$idx][1]}' [".($idx+1).']'); 157 error("optional var not initialized: {$db[$idx][0]} [".($idx+1).']', 1); 160 error("not optional var is initialized: {$db[$idx][0]} [".($idx+1).']', 2); 180 error("variable not found: '$name'", 3); 223 error("more than one optional separator at char #$i"); 227 error("unnecessar [all...] |
| /PHP_5_5/ext/gd/ |
| H A D | gdcache.h | 54 typedef void *(*gdCacheFetchFn_t)(char **error, void *keydata); 69 char *error; member in struct:gdCache_head_s
|
| H A D | gdcache.c | 118 userdata = (*(head->gdCacheFetch))(&(head->error), keydata); 120 /* if there was an error in the fetch then don't cache */ 162 cacheFetch( char **error, void *key ) argument 173 *error = NULL;
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gdcache.c | 116 userdata = (*(head->gdCacheFetch)) (&(head->error), keydata); 119 /* if there was an error in the fetch then don't cache */ 165 cacheFetch (char **error, void *key) argument 173 *error = NULL;
|
| H A D | gdcache.h | 53 typedef void *(*gdCacheFetchFn_t)(char **error, void *keydata); 68 char *error; member in struct:gdCache_head_s
|
| H A D | gdkanji.c | 73 error (const char *format,...) function 352 error ("iconv_open() error"); 355 error ("invalid code specification: \"%s\" or \"%s\"", 369 error ("invalid end of input string"); 371 error ("invalid code in input string"); 373 error ("output buffer overflow at do_convert()"); 376 error ("something happen"); 383 error ("iconv_close() error"); [all...] |
| /PHP_5_5/ext/intl/dateformat/ |
| H A D | dateformat_data.h | 26 // error hangling 27 intl_error error; member in struct:__anon193
|
| /PHP_5_5/ext/intl/formatter/ |
| H A D | formatter_data.h | 27 // error hangling 28 intl_error error; member in struct:__anon195
|
| /PHP_5_5/ext/intl/ |
| H A D | intl_data.h | 26 /* Mock object to generalize error handling in sub-modules. 27 Sub-module data structures should always have error as first element 32 intl_error error; member in struct:_intl_data 40 #define INTL_DATA_ERROR(obj) (((intl_object *)(obj))->error) 48 /* Check status by error code, if error - exit */ 57 /* Check status in object, if error - exit */ 66 /* Check status, if error - destroy value and exit */
|
| /PHP_5_5/ext/intl/msgformat/ |
| H A D | msgformat_data.h | 27 // error hangling 28 intl_error error; member in struct:__anon200
|
| /PHP_5_5/ext/intl/resourcebundle/ |
| H A D | resourcebundle_class.h | 29 intl_error error; member in struct:__anon202 40 intl_errors_set(&rb->error, U_ILLEGAL_ARGUMENT_ERROR, \
|
| /PHP_5_5/ext/curl/ |
| H A D | share.c | 71 CURLSHcode error = CURLSHE_OK; local 77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); 82 error = CURLSHE_BAD_OPTION; 86 if (error != CURLSHE_OK) {
|
| H A D | multi.c | 359 return string describing error code */ 382 CURLMcode error = CURLM_OK; local 392 error = curl_multi_setopt(mh->multi, option, Z_LVAL_PP(zvalue)); 397 error = CURLM_UNKNOWN_OPTION; 401 if (error != CURLM_OK) {
|
| /PHP_5_5/ext/standard/ |
| H A D | type.c | 374 char *error; local 388 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL, &error TSRMLS_CC); 392 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL, &error TSRMLS_CC); 394 if (error) { 396 efree(error);
|
| /PHP_5_5/win32/ |
| H A D | winutil.c | 25 PHPAPI char *php_win32_error_to_msg(int error) argument 31 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR)&buf, 0, NULL
|
| /PHP_5_5/ext/phar/ |
| H A D | phar_path_check.c | 25 phar_path_check_result phar_path_check(char **s, int *len, const char **error) argument 31 *error = "current directory reference"; 34 *error = "upper directory reference"; 88 *error = "back-slash"; 96 *error = "star"; 108 *error = NULL; 117 *error ="illegal character"; 134 *error ="illegal character"; 137 *error = NULL; 157 *error [all...] |
| /PHP_5_5/ext/sockets/ |
| H A D | php_sockets.h | 60 int error; member in struct:__anon1 79 (socket)->error = _err; \ 105 char *sockets_strerror(int error TSRMLS_DC);
|