Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dfuncs.c338 char *pbuf, *op, *np; in file_getbuffer() local
368 np = ms->o.pbuf; in file_getbuffer()
382 (void)memcpy(np, op, bytesconsumed); in file_getbuffer()
384 np += bytesconsumed; in file_getbuffer()
387 OCTALIFY(np, op); in file_getbuffer()
390 *np = '\0'; in file_getbuffer()
398 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer()
400 *np++ = *op++; in file_getbuffer()
402 OCTALIFY(np, op); in file_getbuffer()
405 *np = '\0'; in file_getbuffer()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c3917 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 Dregcomp.c3104 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.3/ext/mysql/tests/
H A Dbug55473.phpt11 if (!($output = @exec("lsof -np " . getmypid())))
59 $opened_files = trim(exec("lsof -np " . getmypid() . " | wc -l"));
61 } else if (($tmp = trim(exec("lsof -np " . getmypid() . " | wc -l"))) != $opened_files) {
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c142 HashTable *np; in firebird_handle_preparer() local
153 ALLOC_HASHTABLE(np); in firebird_handle_preparer()
154 zend_hash_init(np, 8, NULL, NULL, 0); in firebird_handle_preparer()
157 if (!firebird_alloc_prepare_stmt(dbh, sql, sql_len, &num_sqlda, &s, np TSRMLS_CC)) { in firebird_handle_preparer()
168 S->named_params = np; in firebird_handle_preparer()
208 zend_hash_destroy(np); in firebird_handle_preparer()
209 FREE_HASHTABLE(np); in firebird_handle_preparer()
/PHP-5.3/main/
H A Dalloca.c183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
/PHP-5.3/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-5.3/ext/dom/tests/
H A Dbug28721.phpt99 echo "\np:\n";
117 echo "\np:\n";
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput1095 \np\x{300}9!\$ <
H A Dtestinput66 \np\x{300}9!\$ <
H A Dtestoutput67 \np\x{300}9!\$ <
H A Dtestoutput10182 \np\x{300}9!\$ <

Completed in 56 milliseconds