raw              4232 ext/mbstring/oniguruma/regcomp.c 			  int raw ARG_UNUSED, OnigEncoding enc)
raw               329 ext/mbstring/oniguruma/regparse.h extern void   onig_node_conv_to_str_node P_((Node* node, int raw));
raw              1776 ext/openssl/openssl.c int php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw, char **out, int *out_len TSRMLS_DC)
raw              1790 ext/openssl/openssl.c 	if (raw) {
raw                78 ext/openssl/xp_ssl.c extern int php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw, char **out, int *out_len TSRMLS_DC);
raw               988 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, raw)
raw               433 ext/standard/dns.c static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store, int raw, zval **subarray)
raw               474 ext/standard/dns.c 	if (raw) {
raw               785 ext/standard/dns.c 	zend_bool raw = 0;
raw               788 ext/standard/dns.c 			&hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) {
raw               801 ext/standard/dns.c 	if (!raw) {
raw               826 ext/standard/dns.c 	if (raw) {
raw               955 ext/standard/dns.c 				cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval);
raw               968 ext/standard/dns.c 					cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval);
raw               980 ext/standard/dns.c 					cp = php_parserr(cp, end, &answer, DNS_T_ANY, 1, raw, &retval);
raw               141 ext/standard/dns_win32.c static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval **subarray)
raw               164 ext/standard/dns_win32.c 	if (raw) {
raw               355 ext/standard/dns_win32.c 	zend_bool raw = 0;
raw               358 ext/standard/dns_win32.c 			&hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) {
raw               371 ext/standard/dns_win32.c 	if (!raw) {
raw               387 ext/standard/dns_win32.c 	if (raw) {
raw               472 ext/standard/dns_win32.c 					php_parserr(pRec, type_to_fetch, store_results, raw, &retval);
raw               480 ext/standard/dns_win32.c 					php_parserr(pRec, type_to_fetch, 1, raw, &retval);
raw               495 ext/standard/dns_win32.c 					php_parserr(pRec, type_to_fetch, 1, raw, &retval);
raw               198 ext/zip/lib/zip_dirent.c 	fwrite(comment->raw, 1, comment->length, fp);
raw               791 ext/zip/lib/zip_dirent.c     const zip_uint8_t *raw;
raw               796 ext/zip/lib/zip_dirent.c     raw = _zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL);
raw               810 ext/zip/lib/zip_dirent.c     memcpy(p, raw, len);
raw               935 ext/zip/lib/zip_dirent.c     zip_uint8_t *raw;
raw               938 ext/zip/lib/zip_dirent.c     if ((raw=_zip_read_data(buf, fp, len, nulp, error)) == NULL)
raw               941 ext/zip/lib/zip_dirent.c     s = _zip_string_new(raw, len, ZIP_FL_ENC_GUESS, error);
raw               942 ext/zip/lib/zip_dirent.c     free(raw);
raw               380 ext/zip/lib/zip_open.c 	|| strncmp((const char *)cdir->comment->raw, TORRENT_SIG, TORRENT_SIG_LEN) != 0)
raw               383 ext/zip/lib/zip_open.c     memcpy(buf, cdir->comment->raw+TORRENT_SIG_LEN, 8);
raw                51 ext/zip/lib/zip_string.c 	crc = (zip_uint32_t)crc32(crc, s->raw, s->length);
raw                69 ext/zip/lib/zip_string.c     return (memcmp(a->raw, b->raw, a->length) == 0);
raw                80 ext/zip/lib/zip_string.c     free(s->raw);
raw               107 ext/zip/lib/zip_string.c 		if ((string->converted=_zip_cp437_to_utf8(string->raw, string->length,
raw               119 ext/zip/lib/zip_string.c     return string->raw;
raw               136 ext/zip/lib/zip_string.c _zip_string_new(const zip_uint8_t *raw, zip_uint16_t length, zip_flags_t flags, struct zip_error *error)
raw               164 ext/zip/lib/zip_string.c     if ((s->raw=(zip_uint8_t *)malloc(length+1)) == NULL) {
raw               169 ext/zip/lib/zip_string.c     memcpy(s->raw, raw, length);
raw               170 ext/zip/lib/zip_string.c     s->raw[length] = '\0';
raw               195 ext/zip/lib/zip_string.c     fwrite(s->raw, s->length, 1, f);
raw               129 ext/zip/lib/zip_utf-8.c     name = str->raw;
raw               384 ext/zip/lib/zipint.h     zip_uint8_t *raw;			/* raw string */