Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/standard/
H A Dfilters.c506 ps += 2; in php_conv_base64_encode_convert()
533 ps += 1; in php_conv_base64_encode_convert()
561 ps += 3; in php_conv_base64_encode_convert()
782 (ps)++; \
835 ps++, icnt--; in php_conv_qprint_encode_convert()
1021 ps++, icnt--; in php_conv_qprint_decode_convert()
1028 if (*ps == ' ' || *ps == '\t') { in php_conv_qprint_decode_convert()
1062 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
1064 ps++, icnt--; in php_conv_qprint_decode_convert()
1089 if (*ps != '\t' && *ps != ' ') { in php_conv_qprint_decode_convert()
[all …]
H A Dstreamsfuncs.c873 zval *ps[6]; in user_space_stream_notifier() local
879 ps[i] = &zvs[i]; in user_space_stream_notifier()
880 ptps[i] = &ps[i]; in user_space_stream_notifier()
881 MAKE_STD_ZVAL(ps[i]); in user_space_stream_notifier()
884 ZVAL_LONG(ps[0], notifycode); in user_space_stream_notifier()
885 ZVAL_LONG(ps[1], severity); in user_space_stream_notifier()
887 ZVAL_STRING(ps[2], xmsg, 1); in user_space_stream_notifier()
889 ZVAL_NULL(ps[2]); in user_space_stream_notifier()
891 ZVAL_LONG(ps[3], xcode); in user_space_stream_notifier()
893 ZVAL_LONG(ps[5], bytes_max); in user_space_stream_notifier()
[all …]
/PHP-5.3/ext/session/
H A Dmod_mm.c91 ps_sd *ps, *next; in hash_split() local
103 for (ps = *ohash; ps; ps = next) { in hash_split()
104 next = ps->next; in hash_split()
105 ps->next = nhash[ps->hv & nmax]; in hash_split()
106 nhash[ps->hv & nmax] = ps; in hash_split()
H A Dphp_session.h240 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
H A Dsession.c59 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(ps) in ZEND_DECLARE_MODULE_GLOBALS() argument
2186 static PHP_GINIT_FUNCTION(ps) /* {{{ */
2301 PHP_MODULE_GLOBALS(ps),
2302 PHP_GINIT(ps),
/PHP-5.3/ext/posix/tests/
H A Dposix_errno_variation2.phpt21 $result = shell_exec("ps -p " . $pid);
H A Dposix_kill_basic.phpt19 $result = shell_exec("ps -p " . $pid);
/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt16 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-5.3/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt55 $ps = ut_nfmt_parse( $fmt, $rc );
60 dump( $ps ) );
77 $ps = ut_nfmt_parse( $fmt, $rc );
82 dump( $ps ) );
/PHP-5.3/ext/iconv/
H A Diconv.c2515 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket() argument
2525 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
2553 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2559 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2623 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2624 iconv(self->cd, (char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2632 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2637 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
2639 ps += icnt; in php_iconv_stream_filter_append_bucket()
2693 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c3662 const char *ps; in _php_mbstr_parse_mail_headers() local
3670 ps = str; in _php_mbstr_parse_mail_headers()
3685 switch (*ps) { in _php_mbstr_parse_mail_headers()
3696 APPEND_ONE_CHAR(*ps); in _php_mbstr_parse_mail_headers()
3732 APPEND_ONE_CHAR(*ps); in _php_mbstr_parse_mail_headers()
3741 token.c = (char *)ps; in _php_mbstr_parse_mail_headers()
3749 token.c = (char *)ps; in _php_mbstr_parse_mail_headers()
3778 token.c = (char *)ps; in _php_mbstr_parse_mail_headers()
3796 APPEND_ONE_CHAR(*ps); in _php_mbstr_parse_mail_headers()
3801 ps++, icnt--; in _php_mbstr_parse_mail_headers()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_result.c891 MYSQLND_METHOD(mysqlnd_res, use_result)(MYSQLND_RES * const result, zend_bool ps TSRMLS_DC) in MYSQLND_METHOD()
894 DBG_INF_FMT("ps=%u", ps); in MYSQLND_METHOD()
899 if (ps == FALSE) { in MYSQLND_METHOD()
935 result->row_packet->binary_protocol = ps; in MYSQLND_METHOD()
H A Dmysqlnd_structs.h500 …unc_mysqlnd_res__store_result)(MYSQLND_RES * result, MYSQLND * const conn, zend_bool ps TSRMLS_DC);
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1132 ps application/postscript
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic12744 # Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
12847 0 belong&0xff00ffff 0x56000000 ps database
14085 >2 string ps for PostScript
14092 0 string X\ ps SoftQuad troff Context intermediate for PostScript
15096 >4 search/1 ps for PostScript

Completed in 95 milliseconds