domain 457 ext/filter/logical_filters.c static int _php_filter_validate_domain(char * domain, int len, zend_long flags) /* {{{ */ domain 464 ext/filter/logical_filters.c s = domain; domain 466 ext/filter/logical_filters.c e = domain + l; domain 35 ext/gettext/gettext.c ZEND_ARG_INFO(0, domain) domain 68 ext/gettext/gettext.c ZEND_ARG_INFO(0, domain) domain 77 ext/gettext/gettext.c ZEND_ARG_INFO(0, domain) domain 87 ext/gettext/gettext.c ZEND_ARG_INFO(0, domain) domain 164 ext/gettext/gettext.c char *domain, *domain_name, *retval; domain 167 ext/gettext/gettext.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &domain, &domain_len) == FAILURE) { domain 173 ext/gettext/gettext.c if (strcmp(domain, "") && strcmp(domain, "0")) { domain 174 ext/gettext/gettext.c domain_name = domain; domain 213 ext/gettext/gettext.c char *domain, *msgid, *msgstr; domain 216 ext/gettext/gettext.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &domain, &domain_len, &msgid, &msgid_len) == FAILURE) { domain 223 ext/gettext/gettext.c msgstr = dgettext(domain, msgid); domain 233 ext/gettext/gettext.c char *domain, *msgid, *msgstr; domain 237 ext/gettext/gettext.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &domain, &domain_len, &msgid, &msgid_len, &category) == FAILURE) { domain 244 ext/gettext/gettext.c msgstr = dcgettext(domain, msgid, category); domain 254 ext/gettext/gettext.c char *domain, *dir; domain 258 ext/gettext/gettext.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &domain, &domain_len, &dir, &dir_len) == FAILURE) { domain 264 ext/gettext/gettext.c if (domain[0] == '\0') { domain 277 ext/gettext/gettext.c retval = bindtextdomain(domain, dir_name); domain 312 ext/gettext/gettext.c char *domain, *msgid1, *msgid2, *msgstr = NULL; domain 316 ext/gettext/gettext.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "sssl", &domain, &domain_len, domain 325 ext/gettext/gettext.c msgstr = dngettext(domain, msgid1, msgid2, count); domain 338 ext/gettext/gettext.c char *domain, *msgid1, *msgid2, *msgstr = NULL; domain 344 ext/gettext/gettext.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "sssll", &domain, &domain_len, domain 353 ext/gettext/gettext.c msgstr = dcngettext(domain, msgid1, msgid2, count, category); domain 368 ext/gettext/gettext.c char *domain, *codeset, *retval = NULL; domain 371 ext/gettext/gettext.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &domain, &domain_len, &codeset, &codeset_len) == FAILURE) { domain 377 ext/gettext/gettext.c retval = bind_textdomain_codeset(domain, codeset); domain 137 ext/intl/idn/idn.c const char *domain, int32_t domain_len, uint32_t option, int mode, zval *idna_info) domain 155 ext/intl/idn/idn.c len = uidna_nameToASCII_UTF8(uts46, domain, domain_len, domain 158 ext/intl/idn/idn.c len = uidna_nameToUnicodeUTF8(uts46, domain, domain_len, domain 205 ext/intl/idn/idn.c const char *domain, int32_t domain_len, uint32_t option, int mode) domain 216 ext/intl/idn/idn.c intl_convert_utf8_to_utf16(&ustring, &ustring_len, domain, domain_len, &status); domain 262 ext/intl/idn/idn.c char *domain; domain 271 ext/intl/idn/idn.c &domain, &domain_len, &option, &variant, &idna_info) == FAILURE) { domain 314 ext/intl/idn/idn.c domain, (int32_t)domain_len, (uint32_t)option, mode); domain 318 ext/intl/idn/idn.c php_intl_idn_to_46(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, (int32_t)domain_len, domain 375 ext/intl/php_intl.c ZEND_ARG_INFO(0, domain) domain 382 ext/intl/php_intl.c ZEND_ARG_INFO(0, domain) domain 491 ext/libxml/libxml.c error_copy.domain = 0; domain 1703 ext/session/session.c zend_string *path = NULL, *domain = NULL; domain 1709 ext/session/session.c zend_parse_parameters(argc, "z|SSbb", &lifetime, &path, &domain, &secure, &httponly) == FAILURE) { domain 1724 ext/session/session.c if (domain) { domain 1726 ext/session/session.c zend_alter_ini_entry(ini_name, domain, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); domain 2477 ext/session/session.c ZEND_ARG_INFO(0, domain) domain 314 ext/soap/php_http.c static int in_domain(const char *host, const char *domain) domain 316 ext/soap/php_http.c if (domain[0] == '.') { domain 318 ext/soap/php_http.c int l2 = strlen(domain); domain 320 ext/soap/php_http.c return strcmp(host+l1-l2,domain) == 0; domain 325 ext/soap/php_http.c return strcmp(host,domain) == 0; domain 160 ext/sockets/sockets.c ZEND_ARG_INFO(0, domain) domain 228 ext/sockets/sockets.c ZEND_ARG_INFO(0, domain) domain 2136 ext/sockets/sockets.c zend_long domain, type, protocol; domain 2138 ext/sockets/sockets.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "lllz/", &domain, &type, &protocol, &fds_array_zval) == FAILURE) { domain 2145 ext/sockets/sockets.c if (domain != AF_INET domain 2147 ext/sockets/sockets.c && domain != AF_INET6 domain 2149 ext/sockets/sockets.c && domain != AF_UNIX) { domain 2150 ext/sockets/sockets.c php_error_docref(NULL, E_WARNING, "invalid socket domain [%pd] specified for argument 1, assuming AF_INET", domain); domain 2151 ext/sockets/sockets.c domain = AF_INET; domain 2159 ext/sockets/sockets.c if (socketpair(domain, type, protocol, fds_array) != 0) { domain 2172 ext/sockets/sockets.c php_sock[0]->type = domain; domain 2173 ext/sockets/sockets.c php_sock[1]->type = domain; domain 1425 ext/standard/basic_functions.c ZEND_ARG_INFO(0, domain) domain 1435 ext/standard/basic_functions.c ZEND_ARG_INFO(0, domain) domain 1940 ext/standard/basic_functions.c ZEND_ARG_INFO(0, domain) domain 80 ext/standard/head.c PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, int httponly) domain 117 ext/standard/head.c if (domain) { domain 118 ext/standard/head.c len += ZSTR_LEN(domain); domain 165 ext/standard/head.c if (domain && ZSTR_LEN(domain)) { domain 167 ext/standard/head.c strlcat(cookie, ZSTR_VAL(domain), len + 100); domain 190 ext/standard/head.c zend_string *name, *value = NULL, *path = NULL, *domain = NULL; domain 195 ext/standard/head.c &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { domain 199 ext/standard/head.c if (php_setcookie(name, value, expires, path, domain, secure, 1, httponly) == SUCCESS) { domain 211 ext/standard/head.c zend_string *name, *value = NULL, *path = NULL, *domain = NULL; domain 216 ext/standard/head.c &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { domain 220 ext/standard/head.c if (php_setcookie(name, value, expires, path, domain, secure, 0, httponly) == SUCCESS) { domain 41 ext/standard/head.h PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, int httponly); domain 54 ext/standard/streamsfuncs.c zend_long domain, type, protocol; domain 59 ext/standard/streamsfuncs.c &domain, &type, &protocol)) { domain 63 ext/standard/streamsfuncs.c if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { domain 31 win32/sockets.c PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) domain 37 win32/sockets.c if(domain != AF_INET) { domain 45 win32/sockets.c sock[0] = socket(domain, type, protocol); domain 66 win32/sockets.c sock[1] = socket(domain, type, protocol); domain 26 win32/sockets.h PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);