| /PHP_5_4/ext/ereg/regex/ |
| H A D | main.c | 35 int err; local 78 err = regcomp(&re, argv[optind++], copts); 79 if (err) { 80 len = regerror(err, &re, erbuf, sizeof(erbuf)); 82 eprint(err), len, sizeof(erbuf), erbuf); 96 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); 97 if (err) { 98 len = regerror(err, &re, erbuf, sizeof(erbuf)); 100 eprint(err), len, sizeof(erbuf), erbuf); 219 int err; local [all...] |
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_error.c | 45 _zip_error_clear(struct zip_error *err) 47 err->zip_err = ZIP_ER_OK; 48 err->sys_err = 0; 65 _zip_error_fini(struct zip_error *err) 67 free(err->str); 68 err->str = NULL; 75 _zip_error_get(struct zip_error *err, int *zep, int *sep) 78 *zep = err->zip_err; 80 if (zip_error_get_sys_type(err->zip_err) != ZIP_ET_NONE) 81 *sep = err 43 _zip_error_clear(struct zip_error *err) argument 61 _zip_error_fini(struct zip_error *err) argument 70 _zip_error_get(struct zip_error *err, int *zep, int *sep) argument 85 _zip_error_init(struct zip_error *err) argument 95 _zip_error_set(struct zip_error *err, int ze, int se) argument 106 _zip_error_set_from_source(struct zip_error *err, struct zip_source *src) argument [all...] |
| H A D | zip_error_strerror.c | 48 _zip_error_strerror(struct zip_error *err) 53 _zip_error_fini(err); 55 if (err->zip_err < 0 || err->zip_err >= _zip_nerr_str) { 56 sprintf(buf, "Unknown error %d", err->zip_err); 61 zs = _zip_err_str[err->zip_err]; 63 switch (_zip_err_type[err->zip_err]) { 65 ss = strerror(err->sys_err); 69 ss = zError(err->sys_err); 88 err 46 _zip_error_strerror(struct zip_error *err) argument [all...] |
| H A D | zip_source_filep.c | 202 int err; 205 err = fstat(fileno(z->f), &fst); 207 err = stat(z->fname, &fst); 209 if (err != 0) { 198 int err; local
|
| /PHP_5_4/ext/zip/ |
| H A D | zip_stream.c | 111 int err; local 144 za = zip_open(file_dirname, ZIP_CREATE, &err); 191 int err = 0; local 207 stream_za = zip_open(filename, ZIP_CREATE, &err); 254 int err; local 289 za = zip_open(file_dirname, ZIP_CREATE, &err);
|
| /PHP_5_4/pear/ |
| H A D | fetch.php | 72 $err = error_get_last(); variable 73 echo "\nError..\n", $err["message"], "\n";
|
| /PHP_5_4/sapi/isapi/stresstest/ |
| H A D | getopt.c | 20 int optchr, int err) 25 switch(err) 19 ap_optiserr(int argc, char * const *argv, int oint, const char *optstr, int optchr, int err) argument
|
| /PHP_5_4/sapi/milter/ |
| H A D | getopt.c | 19 int optchr, int err) 24 switch(err) 18 ap_php_optiserr(int argc, char * const *argv, int oint, const char *optstr, int optchr, int err) argument
|
| /PHP_5_4/scripts/dev/ |
| H A D | search_underscores.php | 30 $err = 0; variable 39 $err++; 48 $err++; 60 $err++; 79 printf("Errors: %5d (%.1f%%)\n", $err, round($err * 100 / $cnt, 1));
|
| /PHP_5_4/win32/ |
| H A D | readdir.c | 54 DWORD err = GetLastError(); local 55 if (err == ERROR_NO_MORE_FILES || err == ERROR_FILE_NOT_FOUND) {
|
| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_class.h | 33 intl_error err; member in struct:__anon182 39 #define COLLATOR_ERROR(co) (co)->err
|
| /PHP_5_4/ext/intl/idn/ |
| H A D | idn.c | 114 static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode TSRMLS_DC) argument 116 intl_error_set_code(NULL, err TSRMLS_CC); 117 if (U_FAILURE(err)) {
|
| /PHP_5_4/ext/intl/ |
| H A D | intl_error.c | 39 /* {{{ void intl_free_custom_error_msg( intl_error* err ) 42 static void intl_free_custom_error_msg( intl_error* err TSRMLS_DC ) 44 if( !err && !( err = intl_g_error_get( TSRMLS_C ) ) ) 47 if(err->free_custom_error_message ) { 48 efree( err->custom_error_message ); 51 err->custom_error_message = NULL; 52 err->free_custom_error_message = 0; 61 intl_error* err = ecalloc( 1, sizeof( intl_error ) ); local 63 intl_error_init( err TSRMLS_C 100 intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) argument 152 intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) argument 176 intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) argument 186 intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) argument 206 intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) argument 217 intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) argument [all...] |
| /PHP_5_4/ext/intl/normalizer/ |
| H A D | normalizer_class.h | 31 intl_error err; member in struct:__anon192 35 #define NORMALIZER_ERROR(co) (co)->err
|
| /PHP_5_4/ext/intl/spoofchecker/ |
| H A D | spoofchecker_class.h | 33 intl_error err; member in struct:__anon195 39 #define SPOOFCHECKER_ERROR(co) (co)->err 63 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, \
|
| /PHP_5_4/ext/intl/transliterator/ |
| H A D | transliterator_class.h | 31 intl_error err; member in struct:__anon196 40 #define TRANSLITERATOR_ERROR( co ) (co)->err 52 intl_errors_set( &to->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed transliterator", 0 TSRMLS_CC ); \
|
| /PHP_5_4/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_htmlent.c | 292 int err = 0; local 302 err = e; 309 return err;
|
| /PHP_5_4/TSRM/ |
| H A D | tsrm_nw.c | 59 int ptrLen = 0, argc = 0, i = 0, envCount = 0, err = 0; local 109 err = NXFifoOpen(0, filePath, mode, 0, &pipe_handle); 110 if (err) 120 err = NXCopyEnv(env, envCount); 121 if (err) { 199 err = NXVmSpawn(&nameSpec, &envSpec, 0, &newVM); 200 if (!err) 228 int err = 0; local 235 err = fclose(stream); 237 return err; [all...] |
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_dotnet.c | 205 char *err = php_win32_error_to_msg(hr); local 206 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err); 207 if (err) 208 LocalFree(err); 284 char *err = php_win32_error_to_msg(hr); local 285 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err); 286 if (err && err[0]) { 287 LocalFree(err);
|
| /PHP_5_4/ext/dba/ |
| H A D | dba_db3.c | 60 int gmode = 0, err; local 92 if ((err=db_create(&dbp, NULL, 0)) == 0) { 94 if ((err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { 105 *error = db_strerror(err); 108 *error = db_strerror(err);
|
| H A D | dba_db4.c | 78 int gmode = 0, err; local 125 if ((err=db_create(&dbp, NULL, 0)) == 0) { 129 (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) { 131 (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { 143 *error = db_strerror(err); 146 *error = db_strerror(err);
|
| /PHP_5_4/ext/dom/ |
| H A D | documentfragment.c | 128 int err; local 143 err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, data, &lst); 144 if (err != 0) {
|
| /PHP_5_4/ext/standard/ |
| H A D | dl.c | 147 char *err = GET_DL_ERROR(); local 148 if (err && (*err != "")) { 149 php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, err); 150 LocalFree(err);
|
| H A D | fsock.c | 43 int err; local 80 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); 96 ZVAL_LONG(zerrno, err);
|
| /PHP_5_4/main/ |
| H A D | getopt.c | 31 static int php_opt_error(int argc, char * const *argv, int oint, int optchr, int err, int show_err) /* {{{ */ argument 36 switch(err)
|