Searched refs:np (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 338 char *op, *np; in file_getbuffer() local 370 np = ms->o.pbuf; in file_getbuffer() 384 (void)memcpy(np, op, bytesconsumed); in file_getbuffer() 386 np += bytesconsumed; in file_getbuffer() 389 OCTALIFY(np, op); in file_getbuffer() 392 *np = '\0'; in file_getbuffer() 400 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer() 402 *np++ = *op++; in file_getbuffer() 404 OCTALIFY(np, op); in file_getbuffer() 407 *np = '\0'; in file_getbuffer()
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regparse.c | 3917 cc = &(NCCLASS(*np)); in parse_char_property() 4076 *np = NULL_NODE; in parse_char_class() 4383 onig_node_free(*np); in parse_char_class() 4403 *np = NULL; in parse_effect() 4488 onig_node_free(*np); in parse_effect() 4492 onig_node_free(*np); in parse_effect() 4601 r = scan_env_set_mem_node(env, NEFFECT(*np).regnum, *np); in parse_effect() 4793 *np = NULL; in parse_exp() 4848 targetp = np; in parse_exp() 5071 *np = qn; in parse_exp() [all …]
|
H A D | regcomp.c | 3104 Node *head, *np, *insert_node; in divide_look_behind_alternatives() local 3109 np = NCONS(head).left; in divide_look_behind_alternatives() 3112 NANCHOR(head).target = np; in divide_look_behind_alternatives() 3114 np = node; in divide_look_behind_alternatives() 3115 while ((np = NCONS(np).right) != NULL_NODE) { in divide_look_behind_alternatives() 3118 NANCHOR(insert_node).target = NCONS(np).left; in divide_look_behind_alternatives() 3119 NCONS(np).left = insert_node; in divide_look_behind_alternatives() 3123 np = node; in divide_look_behind_alternatives() 3125 np->type = N_LIST; /* alt -> list */ in divide_look_behind_alternatives() 3126 } while ((np = NCONS(np).right) != NULL_NODE); in divide_look_behind_alternatives()
|
/PHP-5.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 140 HashTable *np; in firebird_handle_preparer() local 151 ALLOC_HASHTABLE(np); in firebird_handle_preparer() 152 zend_hash_init(np, 8, NULL, NULL, 0); in firebird_handle_preparer() 155 if (!firebird_alloc_prepare_stmt(dbh, sql, sql_len, &num_sqlda, &s, np TSRMLS_CC)) { in firebird_handle_preparer() 166 S->named_params = np; in firebird_handle_preparer() 206 zend_hash_destroy(np); in firebird_handle_preparer() 207 FREE_HASHTABLE(np); in firebird_handle_preparer()
|
/PHP-5.4/main/ |
H A D | alloca.c | 183 register header *np = hp->h.next; local 187 hp = np; /* -> next header. */
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | wordwrap_variation2.phpt | 121 … />\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 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-5.4/ext/dom/tests/ |
H A D | bug28721.phpt | 99 echo "\np:\n"; 117 echo "\np:\n";
|
/PHP-5.4/ext/pcre/pcrelib/testdata/ |
H A D | testinput10 | 95 \np\x{300}9!\$ <
|
H A D | testinput6 | 8 \np\x{300}9!\$ <
|
H A D | testoutput10 | 158 \np\x{300}9!\$ <
|
H A D | testoutput6 | 9 \np\x{300}9!\$ <
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 2107 - char *pbuf, *op, *np; 2108 + char *op, *np;
|
Completed in 80 milliseconds