Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c338 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.5/ext/mbstring/oniguruma/
H A Dregparse.c4028 cc = NCCLASS(*np); in parse_char_property()
4188 *np = NULL_NODE; in parse_char_class()
4495 onig_node_free(*np); in parse_char_class()
4519 *np = NULL; in parse_enclose()
4624 onig_node_free(*np); in parse_enclose()
4737 r = scan_env_set_mem_node(env, NENCLOSE(*np)->regnum, *np); in parse_enclose()
5042 *np = NULL; in parse_exp()
5097 targetp = np; in parse_exp()
5292 *np = work; in parse_exp()
5309 *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-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c140 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.5/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.5/main/
H A Dalloca.c183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
/PHP-5.5/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.5/ext/dom/tests/
H A Dbug28721.phpt99 echo "\np:\n";
117 echo "\np:\n";
/PHP-5.5/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!\$ <
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2107 - char *pbuf, *op, *np;
2108 + char *op, *np;

Completed in 72 milliseconds