Searched refs:np (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 416 char *pbuf, *op, *np; in file_getbuffer() local 450 np = ms->o.pbuf; in file_getbuffer() 464 (void)memcpy(np, op, bytesconsumed); in file_getbuffer() 466 np += bytesconsumed; in file_getbuffer() 469 OCTALIFY(np, op); in file_getbuffer() 472 *np = '\0'; in file_getbuffer() 480 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer() 482 *np++ = *op++; in file_getbuffer() 484 OCTALIFY(np, op); in file_getbuffer() 487 *np = '\0'; in file_getbuffer()
|
H A D | cdf.c | 1143 const uint16_t *np; in cdf_unpack_catalog() local 1183 np = CAST(const uint16_t *, CAST(const void *, (b + 16))); in cdf_unpack_catalog() 1185 (np + cep->ce_namlen))); in cdf_unpack_catalog() 1192 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */ in cdf_unpack_catalog()
|
/PHP-7.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 91 HashTable *np; in firebird_handle_preparer() local 102 ALLOC_HASHTABLE(np); in firebird_handle_preparer() 103 zend_hash_init(np, 8, NULL, NULL, 0); in firebird_handle_preparer() 106 if (!firebird_alloc_prepare_stmt(dbh, sql, sql_len, &num_sqlda, &s, np)) { in firebird_handle_preparer() 117 S->named_params = np; in firebird_handle_preparer() 157 zend_hash_destroy(np); in firebird_handle_preparer() 158 FREE_HASHTABLE(np); in firebird_handle_preparer()
|
/PHP-7.4/main/ |
H A D | alloca.c | 177 register header *np = hp->h.next; local 181 hp = np; /* -> next header. */
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | wordwrap_error.phpt | 77 … />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br …
|
/PHP-7.4/ext/dom/tests/ |
H A D | bug28721.phpt | 99 echo "\np:\n"; 117 echo "\np:\n";
|
Completed in 34 milliseconds