Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 49) sorted by relevance

12

/PHP-5.5/ext/ereg/regex/
H A Dsplit.c42 fn = nfields;
45 fn--;
59 fn++;
69 fn--;
73 fn++;
89 fn++;
102 fn--;
105 return(fn);
109 fn = 0;
113 fn++;
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_name_locate.c55 const char *fn, *p; in _zip_name_locate() local
76 fn = za->cdir->entry[i].filename; in _zip_name_locate()
78 fn = _zip_get_name(za, i, flags, error); in _zip_name_locate()
81 if (fn == NULL) in _zip_name_locate()
85 p = strrchr(fn, '/'); in _zip_name_locate()
87 fn = p+1; in _zip_name_locate()
90 if (cmp(fname, fn) == 0) in _zip_name_locate()
H A Dzip_open.c61 zip_open(const char *fn, int flags, int *zep) in zip_open() argument
66 return _zip_allocate_new(fn, zep); in zip_open()
75 return _zip_allocate_new(fn, zep); in zip_open()
80 if ((fp=fopen(fn, "rb")) == NULL) { in zip_open()
85 return _zip_open(fn, fp, flags, 0, zep); in zip_open()
106 if ((za=_zip_allocate_new(fn, zep)) == NULL) in _zip_open()
455 _zip_allocate_new(const char *fn, int *zep) in _zip_allocate_new() argument
465 if (fn == NULL) in _zip_allocate_new()
468 za->zn = strdup(fn); in _zip_allocate_new()
485 if (fn == NULL) { in _zip_file_exists()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c89 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_emalloc()
129 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_pemalloc()
172 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_ecalloc()
212 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_pecalloc()
256 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_erealloc()
297 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_perealloc()
337 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_efree()
368 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_pefree()
403 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_malloc()
442 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_calloc()
[all …]
/PHP-5.5/ext/session/tests/
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };
/PHP-5.5/Zend/tests/
H A Dclosure_bug66622.phpt9 $fn = function() { return static::name(); };
10 echo static::name() . ' vs ' . $fn() . "\n";
13 $fn = static function() { return static::name(); };
14 echo static::name() . ' vs ' . $fn() . "\n";
17 $fn = function() { return static::name(); };
18 echo static::name() . ' vs ' . $fn() . "\n";
/PHP-5.5/ext/standard/tests/file/
H A Dbug53241.phpt10 $fn = __DIR__ . "/test.tmp";
11 @unlink($fn);
12 $fh = fopen($fn, 'xb');
18 $fn = __DIR__ . "/test.tmp";
19 @unlink($fn);
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.h159 LSAPI_CB_EnvHandler fn, void * arg );
162 LSAPI_CB_EnvHandler fn, void * arg );
165 LSAPI_CB_EnvHandler fn, void * arg );
168 LSAPI_CB_EnvHandler fn, void * arg );
281 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader() argument
282 { return LSAPI_ForeachHeader_r( &g_req, fn, arg ); } in LSAPI_ForeachHeader()
285 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader() argument
286 { return LSAPI_ForeachOrgHeader_r( &g_req, fn, arg ); } in LSAPI_ForeachOrgHeader()
288 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv() argument
289 { return LSAPI_ForeachEnv_r( &g_req, fn, arg ); } in LSAPI_ForeachEnv()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype() argument
54 if (fn) in file_os2_apptype()
55 filename = strdup(fn); in file_os2_apptype()
67 if (fn == NULL) { in file_os2_apptype()
82 if (fn == NULL) { in file_os2_apptype()
H A Dfsmagic.c93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic() argument
102 if (fn == NULL && !stream) { in file_fsmagic()
112 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
119 if (php_sys_stat(fn, sb) != 0) { in file_fsmagic()
121 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
209 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic()
H A Dapprentice.c408 if (fn) { in apprentice_1()
548 if ((fn = magic_getpath(fn, action)) == NULL) in file_apprentice()
554 if (fn == NULL) in file_apprentice()
556 if (fn == NULL) { in file_apprentice()
586 fn = mfn; in file_apprentice()
588 while (fn) { in file_apprentice()
596 fn = p; in file_apprentice()
950 ms->file = fn; in load_1()
960 fn); in load_1()
2825 fn = ++p;
[all …]
/PHP-5.5/Zend/tests/generators/
H A Dbug65035.phpt7 fn();
11 function fn() {
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap() argument
256 if (fn != NULL && fn->binding && fn->binding->bindingType == BINDING_SOAP) { in parse_packet_soap()
262 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap()
267 if (fn->responseParameters) { in parse_packet_soap()
268 res_count = zend_hash_num_elements(fn->responseParameters); in parse_packet_soap()
269 zend_hash_internal_pointer_reset(fn->responseParameters); in parse_packet_soap()
270 while (zend_hash_get_current_data(fn->responseParameters, (void **)&h_param) == SUCCESS) { in parse_packet_soap()
284 name = fn->responseName; in parse_packet_soap()
337 zend_hash_move_forward(fn->responseParameters); in parse_packet_soap()
H A Dphp_packet_soap.h25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na…
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt31 … Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="/path/to/phplibrary"
32 Init fn=php5_init errorString="Failed to initialize PHP!" [php_ini="/path/to/php.ini"]
53 Service fn="php5_execute" type="magnus-internal/x-httpd-php" [inikey=value ...]
63 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
64 Service fn="php5_execute" [inikey=value ...]
84 AuthTrans fn=php5_auth_trans
95 AuthTrans fn=php5_auth_trans
106 Error fn="php5_execute" code=XXX script="/path/to/script.php" [inikey=value inikey=value...]
119 …Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/script.php" [inikey=va…
146 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch119 + if (fn) {
240 if ((fn = magic_getpath(fn, action)) == NULL)
247 + if (fn == NULL)
249 + if (fn == NULL) {
274 fn = p;
309 + ms->file = fn;
319 fn);
813 - if (asprintf(&buf, "%.*s.mime%s", (int)(q - fn), fn, ext) < 0)
828 - if (asprintf(&buf, "%.*s%s", (int)(q - fn), fn, ext) < 0)
830 + spprintf(&buf, MAXPATHLEN, "%.*s%s", (int)(q - fn), fn, ext);
[all …]
/PHP-5.5/ext/standard/
H A Dscanf.c593 long (*fn)() = NULL; in php_sscanf_internal() local
765 fn = (long (*)())strtol; in php_sscanf_internal()
770 fn = (long (*)())strtol; in php_sscanf_internal()
775 fn = (long (*)())strtol; in php_sscanf_internal()
781 fn = (long (*)())strtol; in php_sscanf_internal()
787 fn = (long (*)())strtoul; in php_sscanf_internal()
1063 value = (long) (*fn)(buf, NULL, base); in php_sscanf_internal()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c11224 int fn, ncs[3]; local
11226 for (fn = 0; fn < to->n; fn++) {
11227 cs[fn][0] = to->code[fn];
11228 if (onig_st_lookup(Unfold1Table, (st_data_t )cs[fn][0],
11231 cs[fn][i+1] = z3->code[i];
11233 ncs[fn] = z3->n + 1;
11236 ncs[fn] = 1;
11239 if (fn == 2) {
/PHP-5.5/tests/classes/
H A Dvisibility_003a.phpt18 // overload fn with same visibility
H A Dvisibility_003c.phpt18 // overload fn with same visibility
H A Dvisibility_004a.phpt18 // overload fn with same visibility
H A Dvisibility_004c.phpt18 // overload fn with same visibility
H A Dvisibility_000c.phpt18 // overload fn with same visibility
H A Dvisibility_001c.phpt18 // overload fn with same visibility
H A Dvisibility_002c.phpt18 // overload fn with same visibility

Completed in 87 milliseconds

12