Searched refs:inp (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/win32/ |
H A D | inet.c | 19 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() argument 20 inp->s_addr = inet_addr(cp); in inet_aton() 22 if (inp->s_addr == INADDR_NONE) { in inet_aton()
|
H A D | inet.h | 23 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf.c | 921 if (inp == NULL) in cdf_grow_info() 924 *info = inp; in cdf_grow_info() 926 return inp; in cdf_grow_info() 948 inp->pi_u16 = CDF_TOLE2(inp->pi_u16); in cdf_copy_info() 951 inp->pi_u32 = CDF_TOLE4(inp->pi_u32); in cdf_copy_info() 954 inp->pi_u64 = CDF_TOLE8(inp->pi_u64); in cdf_copy_info() 995 if (inp == NULL) in cdf_read_property_info() 997 inp += *count; in cdf_read_property_info() 1015 i, inp[i].pi_id, inp[i].pi_type, q - p, offs)); in cdf_read_property_info() 1064 inp += nelem; in cdf_read_property_info() [all …]
|
/PHP-8.3/main/streams/ |
H A D | filter.c | 400 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() local 419 status = current->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush() 429 brig_temp = inp; in _php_stream_filter_flush() 430 inp = outp; in _php_stream_filter_flush() 441 for(bucket = inp->head; bucket; bucket = bucket->next) { in _php_stream_filter_flush() 462 while ((bucket = inp->head)) { in _php_stream_filter_flush() 470 while ((bucket = inp->head)) { in _php_stream_filter_flush()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 2294 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION() 2297 if (SPECIAL(*inp)) { in PHP_FUNCTION() 2309 inp++; in PHP_FUNCTION() 2351 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION() 2353 if (*inp == '&' && inp[1] != '-') { in PHP_FUNCTION() 2357 inp++; in PHP_FUNCTION() 2434 while (inp < endp) { in PHP_FUNCTION() 2436 if (SPECIAL(*inp)) { in PHP_FUNCTION() 2457 inp++; in PHP_FUNCTION() 2470 if (SPECIAL(*inp)) { in PHP_FUNCTION() [all …]
|
/PHP-8.3/ext/pdo/tests/ |
H A D | pdo_016.phpt | 51 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp'); 52 $stmt3->bindParam(':inp', $idx); /* by foreign name */
|
H A D | pdo_016a.phpt | 51 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp'); 52 $stmt3->bindParam('inp', $idx); /* by foreign name */
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 1140 return inp;
|
Completed in 46 milliseconds