Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/libmagic/
H A Dfuncs.c326 char *op, *np; in file_getbuffer() local
359 np = ms->o.pbuf; in file_getbuffer()
373 (void)memcpy(np, op, bytesconsumed); in file_getbuffer()
375 np += bytesconsumed; in file_getbuffer()
378 OCTALIFY(np, op); in file_getbuffer()
381 *np = '\0'; in file_getbuffer()
389 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer()
391 *np++ = *op++; in file_getbuffer()
393 OCTALIFY(np, op); in file_getbuffer()
396 *np = '\0'; in file_getbuffer()
H A Dcdf.c1044 const uint16_t *np; in cdf_unpack_catalog() local
1078 np = CAST(const uint16_t *, CAST(const void *, (b + 16))); in cdf_unpack_catalog()
1079 if (CAST(const char *, np + cep->ce_namlen) > eb) { in cdf_unpack_catalog()
1085 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */ in cdf_unpack_catalog()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c4036 cc = NCCLASS(*np); in parse_char_property()
4201 *np = NULL_NODE; in parse_char_class()
4508 onig_node_free(*np); in parse_char_class()
4532 *np = NULL; in parse_enclose()
4637 onig_node_free(*np); in parse_enclose()
4750 r = scan_env_set_mem_node(env, NENCLOSE(*np)->regnum, *np); in parse_enclose()
5055 *np = NULL; in parse_exp()
5110 targetp = np; in parse_exp()
5305 *np = work; in parse_exp()
5322 *np = qn; in parse_exp()
[all …]
H A Dregcomp.c3093 Node *head, *np, *insert_node; in divide_look_behind_alternatives() local
3098 np = NCAR(head); in divide_look_behind_alternatives()
3101 NANCHOR(head)->target = np; in divide_look_behind_alternatives()
3103 np = node; in divide_look_behind_alternatives()
3104 while ((np = NCDR(np)) != NULL_NODE) { in divide_look_behind_alternatives()
3107 NANCHOR(insert_node)->target = NCAR(np); in divide_look_behind_alternatives()
3108 NCAR(np) = insert_node; in divide_look_behind_alternatives()
3112 np = node; in divide_look_behind_alternatives()
3114 SET_NTYPE(np, NT_LIST); /* alt -> list */ in divide_look_behind_alternatives()
3115 } while ((np = NCDR(np)) != NULL_NODE); in divide_look_behind_alternatives()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c138 HashTable *np; in firebird_handle_preparer() local
149 ALLOC_HASHTABLE(np); in firebird_handle_preparer()
150 zend_hash_init(np, 8, NULL, NULL, 0); in firebird_handle_preparer()
153 if (!firebird_alloc_prepare_stmt(dbh, sql, sql_len, &num_sqlda, &s, np)) { in firebird_handle_preparer()
164 S->named_params = np; in firebird_handle_preparer()
204 zend_hash_destroy(np); in firebird_handle_preparer()
205 FREE_HASHTABLE(np); in firebird_handle_preparer()
/PHP-7.1/main/
H A Dalloca.c183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
/PHP-7.1/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.1/ext/dom/tests/
H A Dbug28721.phpt99 echo "\np:\n";
117 echo "\np:\n";
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1029 const uint16_t *np;
1064 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */
2211 - char *pbuf, *op, *np;
2212 + char *op, *np;
/PHP-7.1/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 162 milliseconds