Home
last modified time | relevance | path

Searched refs:np (Results 1 – 13 of 13) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c360 char *pbuf, *op, *np; in file_getbuffer() local
394 np = ms->o.pbuf; in file_getbuffer()
408 (void)memcpy(np, op, bytesconsumed); in file_getbuffer()
410 np += bytesconsumed; in file_getbuffer()
413 OCTALIFY(np, op); in file_getbuffer()
416 *np = '\0'; in file_getbuffer()
424 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer()
426 *np++ = *op++; in file_getbuffer()
428 OCTALIFY(np, op); in file_getbuffer()
431 *np = '\0'; in file_getbuffer()
H A Dcdf.c1158 const uint16_t *np; in cdf_unpack_catalog() local
1198 np = CAST(const uint16_t *, CAST(const void *, (b + 16))); in cdf_unpack_catalog()
1200 (np + cep->ce_namlen))); in cdf_unpack_catalog()
1207 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */ in cdf_unpack_catalog()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c4048 cc = NCCLASS(*np); in parse_char_property()
4204 *np = NULL_NODE; in parse_char_class()
4518 if (cc != NCCLASS(*np)) in parse_char_class()
4543 *np = NULL; in parse_enclose()
4766 r = scan_env_set_mem_node(env, NENCLOSE(*np)->regnum, *np); in parse_enclose()
4994 *np = NULL; in parse_exp()
5052 targetp = np; in parse_exp()
5171 cc = NCCLASS(*np); in parse_exp()
5192 *np = work; in parse_exp()
5209 *np = qn; in parse_exp()
[all …]
H A Dregcomp.c3134 Node *head, *np, *insert_node; in divide_look_behind_alternatives() local
3141 np = NCAR(head); in divide_look_behind_alternatives()
3144 NANCHOR(head)->target = np; in divide_look_behind_alternatives()
3146 np = node; in divide_look_behind_alternatives()
3147 while ((np = NCDR(np)) != NULL_NODE) { in divide_look_behind_alternatives()
3150 NANCHOR(insert_node)->target = NCAR(np); in divide_look_behind_alternatives()
3151 NCAR(np) = insert_node; in divide_look_behind_alternatives()
3155 np = node; in divide_look_behind_alternatives()
3157 SET_NTYPE(np, NT_LIST); /* alt -> list */ in divide_look_behind_alternatives()
3158 } while ((np = NCDR(np)) != NULL_NODE); in divide_look_behind_alternatives()
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_driver.c91 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.2/main/
H A Dalloca.c183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
/PHP-7.2/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt121 … />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br …
128 … />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br …
200 …/>\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />\nu<br…
216 …/>\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />\nu<br…
H A Dwordwrap_error.phpt77 … />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br …
/PHP-7.2/ext/dom/tests/
H A Dbug28721.phpt99 echo "\np:\n";
117 echo "\np:\n";
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput1095 \np\x{300}9!\$ <
H A Dtestinput68 \np\x{300}9!\$ <
H A Dtestoutput10158 \np\x{300}9!\$ <
H A Dtestoutput69 \np\x{300}9!\$ <

Completed in 65 milliseconds