Lines Matching refs:hostname_len
214 size_t hostname_len; in PHP_FUNCTION() local
217 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
220 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
223 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
235 size_t hostname_len; in PHP_FUNCTION() local
241 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
244 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
368 size_t hostname_len, rectype_len = 0; in PHP_FUNCTION() local
380 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
385 if (hostname_len == 0) { in PHP_FUNCTION()
807 size_t hostname_len; in PHP_FUNCTION() local
828 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
1049 size_t hostname_len; in PHP_FUNCTION() local
1068 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()